home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / text_dtp / editor / edge_d / templates / c_templates
Text File  |  1995-07-10  |  801b  |  23 lines

  1.  
  2. ; $VER: C_templates v1.0 (12:08:45  Fri 14 Aug 1992)
  3. ;
  4. ; Einige nützliche Templates für die Programmierung in C
  5. ;
  6. ; Geschrieben von Thomas liljetoft
  7.  
  8.  
  9. TEMPLATE "while"    FILL while(@)\010\009{\010}\010
  10. TEMPLATE "for"        FILL for(@ ; ; )\010\009{\010}\010
  11. TEMPLATE "switch"    FILL switch(@)\010\009{\010case :\010\009break;\010«}\010
  12. TEMPLATE "case"    FILL case @:\010\009break;
  13. TEMPLATE "if"        FILL if(@)\010\009{\010}\010
  14. TEMPLATE "ife"        FILL if(@)\010\009{\010}\010«else\010\009{\010}\010
  15. TEMPLATE "rs"        FILL register struct\032
  16. TEMPLATE "rl"        FILL register long\032
  17. TEMPLATE "rw"        FILL register WORD\032
  18. TEMPLATE "rb"        FILL register BYTE\032
  19. TEMPLATE "rul"        FILL register ULONG\032
  20. TEMPLATE "ruw"        FILL register UWORD\032
  21. TEMPLATE "rub"        FILL register UBYTE\032
  22. TEMPLATE "ff"        FILL //fs\010{\010@}\010//fe
  23.