Changeset 783 for libcaca/trunk/cpp/cucul++.h
- Timestamp:
- Apr 17, 2006, 1:00:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cpp/cucul++.h
r781 r783 1 1 #ifndef _CUCUL_PP_H 2 2 #define _CUCUL_PP_H 3 4 3 #include <stdio.h> // BUFSIZ 4 #include <stdarg.h> // va_* 5 #include "config.h" 5 6 #include "cucul.h" 6 7 … … 42 43 void set_color(unsigned int f, unsigned int b); 43 44 char const * get_color_name (unsigned int color); 45 void printf ( int x , int y , char const * format,...); 44 46 void putchar (int x, int y, char c); 45 47 void putstr (int x, int y, char *str);
Note: See TracChangeset
for help on using the changeset viewer.