File: cwmikmodheaders.h

package info (click to toggle)
libmikmod 3.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,188 kB
  • sloc: ansic: 36,299; sh: 5,013; makefile: 548; javascript: 1
file content (19 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

	/* 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 *);