MGE General C Library - Full Internal Documentation  v1.8.4
Library of general C functions.
internal.h
Go to the documentation of this file.
1 
14 #ifndef BUFMSG_INTERNAL_H
15 #define BUFMSG_INTERNAL_H
16 
18 
20 
25 #ifndef DEF_BUF_SIZE
26  #define DEF_BUF_SIZE 256
27 #endif
28 
35 #ifndef BUF_UNUSED_DEF_SIZE_MULT
36  #define BUF_UNUSED_DEF_SIZE_MULT 3
37 #endif
38 
45 #ifndef BUF_MAX_UNREACH_PERCENT
46  #define BUF_MAX_UNREACH_PERCENT 33
47 #endif
48 
53 #ifndef DEF_MSG_SIZE
54  #define DEF_MSG_SIZE 256
55 #endif
56 
58 
59 #endif /* ndef BUFMSG_INTERNAL_H */
Header file to ease portability.
#define END_C_DECLS
Use END_C_DECLS at the end of C declarations.
Definition: mge-portability.h:34
#define BEGIN_C_DECLS
BEGIN_C_DECLS should be used at the beginning of declarations so that C++ compilers don't mangle thei...
Definition: mge-portability.h:30