www.pudn.com > ucosv2(GUI).rar > target.h


#ifndef __TARGET_H  
#define __TARGET_H 
 
    #ifdef __cplusplus 
    extern "C" { 
    #endif 
 
    #ifndef IN_TARGET  
extern void TargetInit(void); 
    #endif 
 
    #ifdef __cplusplus 
    } 
    #endif 
 
#endif