home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / gcc / Examples / c / Example1c < prev    next >
Encoding:
Text File  |  1994-10-02  |  99 b   |  10 lines

  1. #include <stdio.h>
  2.  
  3. void
  4. example1c(void)
  5.  
  6. {
  7. printf("This is example 1 : example1c()\n");
  8. return;
  9. }
  10.