home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / vahunz / example / older.h < prev    next >
Encoding:
Text File  |  1998-02-09  |  165 b   |  9 lines

  1. /*
  2.  * older.h - functions to let a person grow older, header file
  3.  */
  4.  
  5. /* A simple prototype for the function in older.c */
  6. void grow_older(char *name, int *age);
  7.  
  8.  
  9.