home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / shrdit.zip / SH-C.CTL < prev    next >
Text File  |  1994-03-30  |  1KB  |  47 lines

  1. % Parameter control file for C language source used by shrouder program
  2.  
  3.  
  4. % These parameters control string processing
  5. STRING: ","
  6. CHAR: ','
  7. SPECIAL CHAR: \
  8.  
  9. % These parameters control name substitutions
  10. NAME JOINS: _
  11. KEEP LENGTH: No,6
  12. KEEP SEPARATORS: Yes
  13. CASE SENSITIVE: Yes
  14. FORCE CAPS: No
  15. MAX LENGTH: 31
  16. DUP CHECK: 5
  17.  
  18. % Comment delimiters
  19. LINE COMMENT: //
  20. COMMENT: /*,*/
  21. NESTED: No
  22. OUT COMMENT: /*,*/
  23.  
  24. % Include file handling
  25. INCLUDING: #include,<>
  26. INCLUDING: #include,""
  27. SKIP INCLUDE: <>
  28. REPLACE NUMBS: #define &&name &&numb
  29. REPLACE STRGS: #define &&name &&text
  30. STRING TO HEX: Yes
  31.  
  32. % Random name generation and miscellaneous
  33. SEED RANDOM: Yes
  34. COMPRESS LINE: Yes,70
  35. COMPRESS SKIP: #define
  36. LINE CONTINUE: \,End
  37. REGISTRATION: LNK Corporation,, Inc. Riverdale, MD
  38. SERIAL NUMBER: L01-,IL-1
  39. OBSCURE NAMES: Yes
  40. BLOCK TOKENS: {,}
  41. FUNCTIONS OFF: main(void),
  42. DEFINE CODE: #define  &&name &&text
  43. DEFINE GLOBLS: No
  44. DEFINE KEYWRD: Yes
  45. DEFINE REPLACE: }, aczz
  46. DEFINE REPLACE: ), x_Rqz
  47.