![]() |
das2C
das core C utilities (v3)
|
Minimal definitions for das2 utilities that can safely be run without calling das_init(). More...
#include <limits.h>#include <stdbool.h>#include <stdint.h>#include <stddef.h>

Go to the source code of this file.
Macros | |
| #define | DAS_DSEPC '/' |
| The directory separator for this OS as a character. | |
| #define | DAS_DSEPS "/" |
| The directory separator for this OS as a string. | |
| #define | DAS_OKAY 0 |
| success return code | |
Typedefs | |
| typedef int | DasErrCode |
| return code type 0 indicates success, negative integer indicates failure | |
Minimal definitions for das2 utilities that can safely be run without calling das_init().
This is mostly useful for old das1 programs.