home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Tests / test2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-24  |  178 b   |  9 lines  |  [TEXT/MPS ]

  1. main() {
  2.   printf("%d\n", '\#');
  3.   printf("%d\n", '\m');
  4.   printf("%d\n", '\l');
  5.   printf("%d\n", '\|');
  6.   printf("%d\n", '\}');
  7.   printf("%d\n", '\{');
  8.   printf("%d\n", '\=');
  9. }