In C++ using g++
------------------------
#ifdef THREAD_CLASS_CPP
const GSN_S8 *SPI_BUS_SYNCH="tA"; //0x7441;
#else
extern const GSN_S8 *SPI_BUS_SYNCH;
#endif
In C using gcc
---------------------
#ifndef DWIFI_C
extern const char ATI_REPLY_OK[];
#else
const char ATI_REPLY_OK[]="I/OK";
#endif
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment