source: soft/giet_vm/applications/rosenfeld/nrc2/include/nrutil.h @ 772

Last change on this file since 772 was 772, checked in by meunier, 8 years ago
  • Ajout de l'application rosenfeld
  • Changement du nom du flag O_CREATE en O_CREAT
File size: 438 bytes
Line 
1/* ---------------- */
2/* --- nrutil.h --- */
3/* ---------------- */
4
5#ifndef _NR_UTIL_H_
6#define _NR_UTIL_H_
7
8#ifdef __cplusplus
9#pragma message ("C++")
10extern "C" {
11#endif
12   
13#ifdef VERBOSE_PRAGMA
14#pragma message ("- *** include nrutil.h ***")
15#endif
16
17#include "nrtype.h"
18#include "nrdef.h"
19#include "nrmacro.h"
20   
21#include "nralloc.h"
22#include "nrarith.h"
23#include "nrio.h"
24   
25#ifdef __cplusplus
26}
27#endif
28
29#endif // _NR_UTIL_H_
30
Note: See TracBrowser for help on using the repository browser.