Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 358 Bytes

cwmikmodheaders.h

File metadata and controls

17 lines (13 loc) · 358 Bytes
 
Nov 10, 2019
Nov 10, 2019
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* use pre-compiled headers, for speed */
#if __MWERKS__
#define MSL_USE_PRECOMPILED_HEADERS 1
#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 *);