Mercurial > sdl-ios-xcode
comparison src/cdrom/macosx/SDLOSXCAGuard.c @ 1338:604d73db6802
Removed uses of stdlib.h and string.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 09:29:18 +0000 |
parents | 3692456e7b0f |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
66 | 66 |
67 //============================================================================= | 67 //============================================================================= |
68 // Includes | 68 // Includes |
69 //============================================================================= | 69 //============================================================================= |
70 | 70 |
71 /* | |
71 #include <stdio.h> | 72 #include <stdio.h> |
72 #include <stdlib.h> | 73 #include <stdlib.h> |
73 #include <string.h> | 74 #include <string.h> |
75 */ | |
76 #include "SDL_stdlib.h" | |
77 #include "SDL_string.h" | |
74 | 78 |
75 //#define NDEBUG 1 | 79 //#define NDEBUG 1 |
80 /* | |
76 #include <assert.h> | 81 #include <assert.h> |
82 */ | |
83 #define assert(X) | |
77 | 84 |
78 | 85 |
79 #include "SDLOSXCAGuard.h" | 86 #include "SDLOSXCAGuard.h" |
80 | 87 |
81 //#warning Need a try-based Locker too | 88 //#warning Need a try-based Locker too |