|
clibs
Tiny but handy utility libraries for C
|
Platform-specific data. More...
Go to the source code of this file.
Macros | |
| #define | END_OF_LINE "\n" |
| End of line of specific host. More... | |
| #define | DIRECTORY_SEPARATOR "/" |
| Directory separator of specific host. More... | |
| #define | SEARCH_PATH_SEPARATOR ":" |
| Search path separator of specific host. More... | |
Platform-specific data.
The macro definitions seen in this document represent the platform data of Unix.
| #define DIRECTORY_SEPARATOR "/" |
Directory separator of specific host.
Currently, DIRECTORY_SEPARATOR works on Windows and Unix.
| #define END_OF_LINE "\n" |
End of line of specific host.
C will handle platform-specific end of line automatically. Hence, we always set END_OF_LINE the same value.
| #define SEARCH_PATH_SEPARATOR ":" |
Search path separator of specific host.
Currently, SEARCH_PATH_SEPARATOR works on Windows and Unix.
1.8.13