summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/limits.h
blob: fb952113bbdac5e53139df18e33b83562b64004f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* $Id$

 * ============================================================================
 *
 * = LIBRARY
 *    pace (posix ace)
 *
 * = FILENAME
 *    pace/posix/limits.h
 *
 * = AUTHOR
 *    Joe Hoffert
 *
 * ============================================================================ */

#ifndef PACE_LIMITS_H
#define PACE_LIMITS_H

#include <limits.h>

# if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
# endif /* (PACE_HAS_CPLUSPLUS) */

# if defined (PACE_HAS_CPLUSPLUS)
}
# endif /* PACE_HAS_CPLUSPLUS */

#endif /* PACE_LIMITS_H */