source: soft/giet_vm/applications/rosenfeld/nrc2/include/mynrc.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: 524 bytes
Line 
1/* --------------- */
2/* --- mynrc.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 __MYNRC_H__
16#define __MYNRC_H__
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#include "mypredef.h"
23#include "nrtype.h"
24#include "nrdef.h"
25
26#include "nralloc.h"
27#include "nrarith.h"
28#include "nrio.h"
29
30#ifdef VERBOSE_PRAGMA
31#pragma message ("- include mynrc.h")
32#endif
33   
34#ifdef __cplusplus
35}
36#endif
37
38#endif // __MYNRC_H__
Note: See TracBrowser for help on using the repository browser.