9 lines
122 B
C
9 lines
122 B
C
#ifndef __GNUC__
|
|
#error I want gcc!
|
|
#endif
|
|
|
|
#define extern
|
|
#define inline
|
|
#define __LIBRARY__
|
|
#include <string.h>
|