root/trunk/appeasy.h

Revision 389, 0.7 kB (checked in by heitor.barbieri, 3 weeks ago)

essage first commit

Line 
1/* --------------------------------------------------------------- APPEASY.H */
2
3/* ----------------------------------------------------------------- defines */
4#define CONTROL_Z    26
5/* -------------------------------------------------------------- prototypes */
6#if ANSI
7UCHAR  *strall         (UCHAR *p);
8UCHAR  *strdeall       (UCHAR *p);
9UCHAR  *strreall       (UCHAR *old,UCHAR *from);
10UCHAR  *easy_trimleft  (UCHAR *s);
11UCHAR  *easy_trimright (UCHAR *s);
12BOOLEAN easy_getfile   (UCHAR *file_name,UCHAR *buff,long max,UCHAR *ignore);
13#else
14UCHAR  *strall         ();
15UCHAR  *strdeall       ();
16UCHAR  *strreall       ();
17UCHAR  *easy_trimleft  ();
18UCHAR  *easy_trimright ();
19BOOLEAN easy_getfile   ();
20#endif
Note: See TracBrowser for help on using the browser.