65,186
社区成员




/* Functions */
#ifndef _TMCTL_DEFINES
#ifdef __cplusplus
extern "C" {
#endif
extern int __stdcall TmcInitialize( int wire, char* adr, int* id );
extern int __stdcall TmcFinish( int id );
#ifdef __cplusplus
}
#endif
#endif
#endif
void Fun(iID)
int iID;
{
//Fun implimentation...
}
楼主的代码好古老...