Changeset 2304 for libcaca/trunk/examples/font2tga.c
- Timestamp:
- Apr 19, 2008, 9:25:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/font2tga.c
r2299 r2304 24 24 int main(int argc, char *argv[]) 25 25 { 26 u nsigned long int const *blocks;26 uint32_t const *blocks; 27 27 cucul_font_t *f; 28 28 char const * const * fonts; 29 29 cucul_canvas_t *cv; 30 30 void *buffer; 31 unsigned long int len;31 size_t len; 32 32 unsigned int i, j, x, y, cells, width; 33 33
Note: See TracChangeset
for help on using the changeset viewer.