Changeset 2821 for libcaca/trunk/kernel/kernel.c
- Timestamp:
- Sep 27, 2008, 3:12:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/kernel/kernel.c
r2398 r2821 1 1 /* 2 * libc uculCanvas for ultrafast compositing of Unicode letters2 * libcaca Canvas for ultrafast compositing of Unicode letters 3 3 * libcaca Colour ASCII-Art library 4 4 * Copyright (c) 2006 Sam Hocevar <sam@zoy.org> … … 17 17 /* 18 18 * This file contains replacement functions for the standard C library 19 * that must be used when building libc uculand libcaca into a kernel.19 * that must be used when building libcaca and libcaca into a kernel. 20 20 */ 21 21 22 22 #include "config.h" 23 23 24 #include "c ucul_types.h"24 #include "caca_types.h" 25 25 26 26 #ifdef __KERNEL__
Note: See TracChangeset
for help on using the changeset viewer.