What's that preprocessor do
#ifdef __cplusplus
extern "C" {
#endif
..
..
..
#ifdef __cplusplus
}
#endif
and how you say extern "C" , i mean how u extern constant!!
#ifdef __cplusplus
extern "C" {
#endif
..
..
..
#ifdef __cplusplus
}
#endif
and how you say extern "C" , i mean how u extern constant!!
Comment