os.h File Reference

#include <stdio.h>
#include <pmplib/os_types.h>
#include <limits.h>

Go to the source code of this file.

Defines

#define PATHCHAR   '/'
 The native path separator for the current system, as a character.
#define PATHSTR   "/"
 The native path separator for the current system, as a string.
#define MAX_PATH   PATH_MAX


Define Documentation

#define MAX_PATH   PATH_MAX

Definition at line 75 of file os.h.

#define PATHCHAR   '/'

The native path separator for the current system, as a character.

Definition at line 57 of file os.h.

#define PATHSTR   "/"

The native path separator for the current system, as a string.

Definition at line 62 of file os.h.