ReactOS 0.4.15-dev-7961-gdcf9eb0
param.h File Reference
#include <sys/types.h>
#include <limits.h>
Include dependency graph for param.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIG_ENDIAN   4321
 
#define LITTLE_ENDIAN   1234
 
#define BYTE_ORDER   LITTLE_ENDIAN
 
#define MAXPATHLEN   PATH_MAX
 

Macro Definition Documentation

◆ BIG_ENDIAN

#define BIG_ENDIAN   4321

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 38 of file param.h.

◆ BYTE_ORDER

#define BYTE_ORDER   LITTLE_ENDIAN

Definition at line 40 of file param.h.

◆ LITTLE_ENDIAN

#define LITTLE_ENDIAN   1234

Definition at line 39 of file param.h.

◆ MAXPATHLEN

#define MAXPATHLEN   PATH_MAX

Definition at line 42 of file param.h.