home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 223_01 / libid.c < prev    next >
Text File  |  1979-12-31  |  256b  |  9 lines

  1. #include <stdio.h>
  2.  
  3. libid() {
  4.  
  5. puts("\n\n This library created 7/8/86 by F. A. Scacchitti\n");
  6.  
  7. }
  8.  
  9.