Mercurial > sdl-ios-xcode
comparison src/joystick/darwin/SDL_sysjoystick.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 | f122afdfa025 |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 /* SDL joystick driver for Darwin / MacOS X, based on the IOKit HID API */ | 23 /* SDL joystick driver for Darwin / MacOS X, based on the IOKit HID API */ |
24 /* Written 2001 by Max Horn */ | 24 /* Written 2001 by Max Horn */ |
25 | 25 |
26 #include <stdio.h> | |
27 #include <stdlib.h> | |
28 #include <unistd.h> | 26 #include <unistd.h> |
29 #include <ctype.h> | 27 #include <ctype.h> |
30 #include <sys/errno.h> | |
31 #include <sysexits.h> | 28 #include <sysexits.h> |
32 #include <mach/mach.h> | 29 #include <mach/mach.h> |
33 #include <mach/mach_error.h> | 30 #include <mach/mach_error.h> |
34 #include <IOKit/IOKitLib.h> | 31 #include <IOKit/IOKitLib.h> |
35 #include <IOKit/IOCFPlugIn.h> | 32 #include <IOKit/IOCFPlugIn.h> |