mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
1 line
184 B
C
1 line
184 B
C
|
|
/* standard headers */
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
/* missing function prototypes */
|
|
extern char *strdup(const char *);
|
|
extern int strcasecmp(const char *,const char *); |