Newer
Older
sample / sdl-d / import / sdl / c / sdl_name.d
Nomura Kei on 26 Aug 2022 146 bytes OLD DLANG DATAS
module sdl.c.sdl_name;

/+
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X)	SDL_##X
+/