source: soft/giet_vm/applications/rosenfeld/nrc2/include/nrc.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: 1.0 KB
Line 
1/* -------------- */
2/* --- nrc2.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_H__
16#define __NRC2_H__
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#include "mypredef.h"
23#include "nrtype.h"
24#include "nrtypex.h"
25#include "nrdef.h"
26#include "nrkernel.h"
27   
28#include "nralloc1.h"
29#include "nralloc2.h"
30#include "nralloc2x.h"
31#include "nralloc3.h"
32
33#include "nrarith0.h"
34#include "nrarith1.h"
35#include "nrarith2.h"
36
37#include "nrbool1.h"
38#include "nrbool2.h"
39//#include "nrbool3.h"
40
41//#include "nrhisto.h"
42
43#include "nrio0.h"
44#include "nrio1.h"
45#include "nrio2.h"
46#include "nrio2x.h"
47#include "nrio3.h"
48
49#include "nrlut.h"
50
51#include "nrmem1.h"
52#include "nrmem2.h"
53#include "nrmem2x.h"
54
55#include "nrset1.h"
56#include "nrset2.h"
57#include "nrset3.h"
58
59#include "nrwrap1.h"
60#include "nrwrap2.h"
61
62#ifdef VERBOSE_PRAGMA
63//#pragma message ("- include nrc2.h")
64#endif
65   
66#ifdef __cplusplus
67}
68#endif
69
70#endif // __NRC2_H__
Note: See TracBrowser for help on using the repository browser.