home *** CD-ROM | disk | FTP | other *** search
- U =uppercasechar
- l =lowercase
- A =lower/upper
-
- * =0 or more of prev
-
- DeskLib function names:
- Ul*_UA*
- <module-name>_<function-Name>
-
- MyLib function names:
- MyUl*_UA*
- eg. MyWindow_Delete()
-
- Risc_OSLib function names:
- l*_l*[_l*]*
- eg. event_is_menu_being_recreated()
-
- Clib function names:
- l*
-
- so. header file=
- <module-name> is also <headerFile> and <sourceFileDir>
- <function-Name> should be <sourceFile>
-
- e.g. Wimp_OpenWindow()
-
- SWIs:
- SWI_Ul*_UA*
-
- Constants:
-
- ll*_UU*