3 # Convert an expanded praat script into a single string
4 # Output a stand alone Praat main program
7 # perl praatscript2cprogram.pl script.praat > demoapplication.h
10 /* C const char string with Praat script
11 * Generated automatically
12 * For license, see Praat script text
16 static wchar_t myDemoScript [] = L""
19 # Protect special characters
25 print <<'ENDOFFOOTER';