C18 String Reformat Tool
by Rolf Lear
Input must have the structure:
M_NULL=
M_MAIN=Main Menu
M_A=AAAA
M_B=BBBB
M_C=CCCC
M_SPACE= SPACE
M_CRAZY=!@#$%
M_LONG=AbcdEfgHijkLmnopQrstUvwZyz
M_SUBSET=ACE
M_SUPERSET=CCAAAA
Note:
- Only lines with an '=' are processed
- All spaces are significant.
- Carriage Returns (\r) next to Newlines (\n) are ignored.
- All output is issued with just newlines (\n) which may or may not be appropriate for your development environment.
- The String Constant is split somewhere after 50 characters on to a new line. The C Continuation '\' must be the very last character on the line!
See also: