|
Last change
on this file since 805 was
772,
checked in by meunier, 10 years ago
|
- Ajout de l'application rosenfeld
- Changement du nom du flag O_CREATE en O_CREAT
|
|
File size:
844 bytes
|
| Line | |
|---|
| 1 | /* ----------------------- */ |
|---|
| 2 | /* --- nrc2ultralite.h --- */ |
|---|
| 3 | /* ----------------------- */ |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | /* |
|---|
| 7 | * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved |
|---|
| 8 | * Univ Paris Sud XI, CNRS |
|---|
| 9 | */ |
|---|
| 10 | |
|---|
| 11 | /* |
|---|
| 12 | * main NRC header |
|---|
| 13 | */ |
|---|
| 14 | |
|---|
| 15 | #ifndef __NRC2_ULTRA_LITE_H__ |
|---|
| 16 | #define __NRC2_ULTRA_LITE_H__ |
|---|
| 17 | |
|---|
| 18 | #ifdef __cplusplus |
|---|
| 19 | extern "C" { |
|---|
| 20 | #endif |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | #include "mypredef.h" |
|---|
| 24 | #include "nrtype.h" |
|---|
| 25 | #include "nrdef.h" |
|---|
| 26 | #include "nrmacro.h" |
|---|
| 27 | |
|---|
| 28 | #include "nralloc1.h" |
|---|
| 29 | #include "nralloc2.h" |
|---|
| 30 | |
|---|
| 31 | #include "nrarith0.h" |
|---|
| 32 | #include "nrarith1.h" |
|---|
| 33 | #include "nrarith2.h" |
|---|
| 34 | |
|---|
| 35 | #include "nrbool1.h" |
|---|
| 36 | #include "nrbool2.h" |
|---|
| 37 | |
|---|
| 38 | #include "nrio1.h" |
|---|
| 39 | #include "nrio2.h" |
|---|
| 40 | |
|---|
| 41 | #include "nrlut.h" |
|---|
| 42 | |
|---|
| 43 | #include "nrmem1.h" |
|---|
| 44 | #include "nrmem2.h" |
|---|
| 45 | |
|---|
| 46 | #include "nrset1.h" |
|---|
| 47 | #include "nrset2.h" |
|---|
| 48 | |
|---|
| 49 | #ifdef VERBOSE_PRAGMA |
|---|
| 50 | #pragma message ("- include nrc2 ultra lite.h") |
|---|
| 51 | #endif |
|---|
| 52 | |
|---|
| 53 | #ifdef __cplusplus |
|---|
| 54 | } |
|---|
| 55 | #endif |
|---|
| 56 | |
|---|
| 57 | #endif // __NRC2_ULTRA_LITE_H__ |
|---|
Note: See
TracBrowser
for help on using the repository browser.