| // Operating system dependencies. | |
| // | |
| // Define constants: | |
| // | |
| // - ALTSEP | |
| // - DELIM | |
| // - MAXPATHLEN | |
| // - SEP | |
| extern "C" { | |
| /* Filename separator */ | |
| /* Max pathname length */ | |
| /* Search path entry delimiter */ | |
| } | |
| // Operating system dependencies. | |
| // | |
| // Define constants: | |
| // | |
| // - ALTSEP | |
| // - DELIM | |
| // - MAXPATHLEN | |
| // - SEP | |
| extern "C" { | |
| /* Filename separator */ | |
| /* Max pathname length */ | |
| /* Search path entry delimiter */ | |
| } | |