home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / dtx9303 / ms_c_7 / hotline / file1.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-04  |  273 b   |  11 lines

  1. // =========================================================
  2. //                          FILE1.CPP
  3. // =========================================================
  4. #include <stdio.h>
  5. extern const char charstring[];
  6. int main()
  7. {
  8.    printf(charstring);
  9.    return 0;
  10. }
  11.