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
* WTF is a typedef missing ?
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
17 years ago
parent
3466626a69
commit
eaf8253880
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mygetopt.c
+ 1
- 1
src/mygetopt.c
View File
@@ -26,7 +26,7 @@
/* DOS / Kernel driver */
#ifndef __intptr_t_defined
unsigned int uintptr_t;
typedef
unsigned int uintptr_t;
#endif
#include <stdio.h>
Write
Preview
Loading…
Cancel
Save