home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / handy / !Handy / GetSource < prev    next >
Encoding:
Text File  |  1993-09-20  |  471 b   |  33 lines

  1. U =uppercasechar
  2. l =lowercase
  3. A =lower/upper
  4.  
  5. * =0 or more of prev
  6.  
  7. DeskLib function names:
  8.     Ul*_UA*
  9.     <module-name>_<function-Name>
  10.  
  11. MyLib function names:
  12.     MyUl*_UA*
  13. eg. MyWindow_Delete()
  14.  
  15. Risc_OSLib function names:
  16.     l*_l*[_l*]*
  17. eg. event_is_menu_being_recreated()
  18.  
  19. Clib function names:
  20.     l*
  21.  
  22. so.  header file= 
  23. <module-name> is also <headerFile> and <sourceFileDir>
  24. <function-Name> should be <sourceFile>
  25.  
  26.     e.g. Wimp_OpenWindow()
  27.  
  28. SWIs:
  29.     SWI_Ul*_UA*
  30.  
  31. Constants:
  32.  
  33.     ll*_UU*