cwmikmodheaders.h
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. /* use pre-compiled headers, for speed */ #if __MWERKS__ #ifndef MSL_USE_PRECOMPILED_HEADERS #define MSL_USE_PRECOMPILED_HEADERS 1 #endif #include <ansi_prefix.mac.h> #endif /* standard headers */ #include <stdio.h> #include <stdlib.h> /* defines */ #define HAVE_CONFIG_H 1 /* missing function prototypes */ extern char *strdup(const char *); extern int strcasecmp(const char *,const char *);