home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_09 / 1009054c < prev    next >
Encoding:
Text File  |  1995-11-01  |  258 b   |  14 lines

  1.  
  2. /*********** hello2.c *****************/
  3.  
  4. #include <stdio.h>
  5.  
  6. again(char *ss)
  7. {
  8.    printf("\nHello again from power C");
  9.    printf("\nHello again from power C -%s-", ss);
  10.    printf("\nHello again from power C");
  11. }
  12.  
  13. /*********** end of hello2.c ***********/
  14.