home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / sviluppo / stringlib / developer / teststringlib_protos.h next >
Encoding:
Text File  |  1999-08-30  |  260 b   |  6 lines

  1. int    main (int argc, char *argv[]);        /* TestStringLib.c    */
  2. void    check (int thing, int number);        /* TestStringLib.c    */
  3. void    equal (char *a, char *b, int number);        /* TestStringLib.c    */
  4. void    first ();        /* TestStringLib.c    */
  5. void    second ();        /* TestStringLib.c    */
  6.