This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Quick and Dirty hack for DOS ans kernel drivers
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
17 years ago
parent
f979f0f3a8
commit
3466626a69
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/mygetopt.c
+ 5
- 0
src/mygetopt.c
View File
@@ -24,6 +24,11 @@
# include <inttypes.h>
#endif
/* DOS / Kernel driver */
#ifndef __intptr_t_defined
unsigned int uintptr_t;
#endif
#include <stdio.h>
#include <string.h>
Write
Preview
Loading…
Cancel
Save