home *** CD-ROM | disk | FTP | other *** search
-
-
- #ifdef SOURCE_CHAR
- #define EXTERN_CHAR
- #else
- #define EXTERN_CHAR extern
- #endif
-
-
- /*
- * -----------------------
- * function declarations
- *
- * http://perso.wanadoo.fr/blq
- * blq@wanadoo.fr
- * -----------------------
- */
-
- EXTERN_CHAR int chHexaToAscii (char *);
- EXTERN_CHAR int chCharactereRtf (char *, int, bool);
-
-