Changeset 2300 for libcaca/trunk/examples/swallow.c
- Timestamp:
- Apr 19, 2008, 4:07:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/swallow.c
r2299 r2300 29 29 static cucul_canvas_t *cv, *app; 30 30 static caca_display_t *dp; 31 u nsigned char*buf[4];31 uint8_t *buf[4]; 32 32 long int bytes[4], total[4]; 33 33 FILE *f[4];
Note: See TracChangeset
for help on using the changeset viewer.