home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / runlist2 / source / adr.reinert.c next >
C/C++ Source or Header  |  1995-01-16  |  419b  |  20 lines

  1.  
  2. extern int scanf(const char *, ...);
  3. extern int puts(const char *);
  4.  
  5. char *text;
  6.  
  7. void main(void)
  8. {
  9.         puts(" \n");
  10.         puts(" \n");
  11.         puts("        Heinz Reinert ");
  12.         puts("        Orleansstr. 55 ");
  13.         puts("        D-31135 Hildesheim ");
  14.         puts(" \n");
  15.         puts("        Telf. 05121/516990             ");
  16.         puts(" \n");
  17.         puts(" \n");
  18.         scanf(" \n",&text);
  19. }
  20.