home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 206.lha / C-Functions / MakeName.h < prev    next >
Text File  |  1996-02-14  |  332b  |  20 lines

  1.  
  2.    /* How choosy */
  3.  
  4. #define GIRLNAME     0x0001
  5. #define BOYNAME      0x0002
  6.  
  7.    /* How much */
  8.  
  9. #define FIRSTNAME    0x0001
  10. #define LASTNAME     0x0002
  11. #define FULLNAME     FIRSTNAME | LASTNAME
  12.  
  13.    /* Particulars */
  14.  
  15. #define MARRIEDNAME  0x0010
  16. #define DOUBLEFIRST  0x0020
  17. #define DOUBLELAST   0x0040
  18. #define TITLENAME    0x0080
  19.  
  20.