Changeset 742 for libcaca/trunk/tools/optipal.c
- Timestamp:
- Apr 12, 2006, 10:31:11 AM (15 years ago)
- Location:
- libcaca/trunk/tools
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/tools/optipal.c
r738 r742 1 1 /* 2 * optipal S-Lang optimised palette generator for libc ucul2 * optipal S-Lang optimised palette generator for libcaca 3 3 * Copyright (c) 2003 Sam Hocevar <sam@zoy.org> 4 4 * All Rights Reserved … … 16 16 #include <stdio.h> 17 17 18 #include "cucul.h" 18 #include "cucul.h" /* Only necessary for CUCUL_* macros */ 19 19 20 20 static void base_colors(void);
Note: See TracChangeset
for help on using the changeset viewer.