Changeset 1104 for libcaca/trunk/cucul/import.c
- Timestamp:
- Sep 25, 2006, 6:00:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/import.c
r1098 r1104 52 52 * 53 53 * Valid values for \c format are: 54 * 55 * \li \c "": attempt to autodetect the file format. 56 * 57 * \li \c "ansi": import ANSI files. 58 * 59 * \li \c "caca": import native libcaca files. 54 * - \c "": attempt to autodetect the file format. 55 * - \c "ansi": import ANSI files. 56 * - \c "caca": import native libcaca files. 60 57 * 61 58 * If an error occurs, NULL is returned and \b errno is set accordingly:
Note: See TracChangeset
for help on using the changeset viewer.