source: soft/giet_vm/applications/rosenfeld/nrc2/include/nrc2lite.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: 847 bytes
Line 
1/* ------------------ */
2/* --- nrc2lite.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_LITE_H__
16#define __NRC2_LITE_H__
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22
23#include "mypredef.h"
24#include "nrtype.h"
25#include "nrdef.h"
26
27#include "nralloc1.h"
28#include "nralloc2.h"
29#include "nralloc3.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#include "nrmem2x.h"
46
47#include "nrset1.h"
48#include "nrset2.h"
49#include "nrset3.h"
50
51#ifdef VERBOSE_PRAGMA
52#pragma message ("- include nrc2 lite.h")
53#endif
54   
55#ifdef __cplusplus
56}
57#endif
58
59#endif // __NRC2_LITE_H__
Note: See TracBrowser for help on using the repository browser.