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
* Allow the color test to be built as a kernel.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
e5c4f4b0df
commit
b2243b1572
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
test/colors.c
+ 3
- 1
test/colors.c
View File
@@ -13,7 +13,9 @@
#include "config.h"
#include <stdio.h>
#if !defined(__KERNEL__)
# include <stdio.h>
#endif
#include "cucul.h"
#include "caca.h"
Write
Preview
Loading…
Cancel
Save