home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Docs / cwebbin-p13.lha / cwebbin-p13 / examples / wordtest.ch < prev   
Encoding:
Text File  |  1995-06-17  |  1.2 KB  |  37 lines

  1.                                 -*-Web-*-
  2. This file, WORDTEST.CH, is part of CWEBBIN (Version 3.4 [p13]).  It is a
  3. changefile written by Andreas Scherer, Roland-Stra▀e 16, 52070 Aachen,
  4. Germany, for WORDTEST.W providing changes appropriate for ANSI-C compilers.
  5.  
  6. This program is distributed WITHOUT ANY WARRANTY, express or implied.
  7.  
  8. The following copyright notice extends to this changefile only, not to the
  9. masterfile.
  10.  
  11. Copyright (c) 1993 Andreas Scherer
  12.  
  13. Permission is granted to make and distribute verbatim copies of this
  14. document provided that the copyright notice and this permission notice
  15. are preserved on all copies.
  16.  
  17. Permission is granted to copy and distribute modified versions of this
  18. document under the conditions for verbatim copying, provided that the
  19. entire resulting derived work is distributed under the terms of a
  20. permission notice identical to this one.
  21.  
  22. Version history:
  23.  
  24. Version    Date        Author    Comment
  25. p1    1 Sep 1993    AS    First hack.
  26. ------------------------------------------------------------------------------
  27. Some external routines need prototypes.
  28. @x l.92
  29. @p
  30. #include <stdio.h>
  31. @y
  32. @p
  33. #include <stdio.h>
  34. #include <stdlib.h>
  35. @z
  36. ------------------------------------------------------------------------------
  37.