home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / TX.TST < prev    next >
Text File  |  1991-11-15  |  49b  |  7 lines

  1. f()
  2. {
  3.     char *bp0;
  4.     bp0 = "x";
  5.     bp0 = "";
  6. }
  7.