Last change
on this file since 775 was
772,
checked in by meunier, 9 years ago
|
- Ajout de l'application rosenfeld
- Changement du nom du flag O_CREATE en O_CREAT
|
File size:
491 bytes
|
Line | |
---|
1 | /* ----------------- */ |
---|
2 | /* --- nralloc.c --- */ |
---|
3 | /* ----------------- */ |
---|
4 | |
---|
5 | /* |
---|
6 | * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved |
---|
7 | * Univ Paris Sud XI, CNRS |
---|
8 | */ |
---|
9 | |
---|
10 | #ifndef __NRALLOC_H__ |
---|
11 | #define __NRALLOC_H__ |
---|
12 | |
---|
13 | #ifdef __cplusplus |
---|
14 | #pragma message ("C++") |
---|
15 | extern "C" { |
---|
16 | #endif |
---|
17 | |
---|
18 | #ifdef VERBOSE_PRAGMA |
---|
19 | //#pragma message ("- *** include nralloc.h ***") |
---|
20 | #endif |
---|
21 | |
---|
22 | #include "nralloc1.h" |
---|
23 | #include "nralloc2.h" |
---|
24 | #include "nralloc3.h" |
---|
25 | |
---|
26 | #ifdef __cplusplus |
---|
27 | } |
---|
28 | #endif |
---|
29 | |
---|
30 | #endif /* __NRALLOC_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.