home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / cdactual / demobin / share / program / C / ALSTSR.ZIP / FAST.C < prev    next >
Encoding:
Text File  |  1987-08-20  |  87 b   |  10 lines

  1. /* ------- fast.c ------- */
  2.  
  3. void fasttest(void);
  4.  
  5. main()
  6. {
  7.     fasttest();
  8. }
  9.  
  10.