home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / tests2.2 / arrayfcn.c < prev    next >
C/C++ Source or Header  |  1997-09-03  |  67b  |  7 lines

  1. char *text (int i);
  2.  
  3. int main (void)
  4. {
  5.   printf ("%s", text[i]);
  6. }
  7.