TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
cdefs.h
Aller à la documentation de ce fichier.
1 
28 #ifndef _SYS_CDEFS_H_
29 #define _SYS_CDEFS_H_
30 
31 /* C++ needs to know that types and declarations are C, not C++. */
32 #ifdef __cplusplus
33 # define __BEGIN_DECLS extern "C" {
34 # define __END_DECLS }
35 #else
36 # define __BEGIN_DECLS
37 # define __END_DECLS
38 #endif
39 
40 #endif