www.pudn.com > apdb2ndb.rar > atn_macro.h
// // Follows are macros for ndb-apdb // /* Following macro is declared to avoid function overloading */ /* IThey are usefull to avoid overloading resolution */ #ifndef ATN_MACRO_H #define ATN_MACRO_H /* function decraration for unique function */ #define ATN_FDECL extern "C" #define ATN_FDEF extern "C" const int ATN_BUFSIZ = 1024; #endif