home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / sscanf / test.c < prev    next >
Encoding:
Text File  |  1992-10-20  |  2.2 KB  |  11 lines  |  [TEXT/ALFA]

  1. /**********************************/
  2. /* test.c                         */
  3. /*********************************************************************/
  4. /* Testing function for the free sscanf()-compatible function.       */
  5. /*                                                                   */
  6. /* Send all bug reports to Brent Burton, bpb9204@tamsun.tamu.edu     */
  7. /*********************************************************************/
  8.  
  9. #include <MacHeaders>
  10. #include <stdio.h>          /* for comparisons */
  11. #incl