home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 211.lha / Spiff / strings.h < prev    next >
C/C++ Source or Header  |  1996-02-14  |  693b  |  21 lines

  1. /*                        Copyright (c) 1988 Bellcore
  2. **                            All Rights Reserved
  3. **       Permission is granted to copy or use this program, EXCEPT that it
  4. **       may not be sold for profit, the copyright notice must be reproduced
  5. **       on copies, and credit should be given to Bellcore where it is due.
  6. **       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7. */
  8.  
  9. #ifndef S_INCLUDED
  10. extern void S_wordcpy();
  11. extern void S_skipword();
  12. extern void S_skipspace();
  13. extern void S_nextword();
  14. extern int  S_wordcmp();
  15. extern void S_trimzeros();
  16. extern void S_savestr();
  17. extern void S_savenstr();
  18. extern void S_allocstr();
  19. #define S_INCLUDED
  20. #endif
  21.