VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
shell
sys
linux
include
sys
~cdefs.h
Go to the documentation of this file.
1
#ifndef __VSF_LINUX_CDEFS_H__
2
#define __VSF_LINUX_CDEFS_H__
3
4
#ifdef __cplusplus
5
# define __BEGIN_DECLS extern "C" {
6
# define __END_DECLS }
7
#else
8
# define __BEGIN_DECLS
9
# define __END_DECLS
10
#endif
11
12
#define __THROW
13
#define __THROWNL
14
#define __NTH(Fct) fct
15
#define __NTHNL(fct) fct
16
17
#ifndef DEF_WEAK
18
# define DEF_WEAK(x)
19
#endif
20
21
#endif
// __VSF_LINUX_CDEFS_H__
Generated by
1.9.8