Re: [Mingw-w64-public] problems with string combines in printf

2016-08-13 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13.08.2016 18:54, Jim Michaels wrote: > void help(void) { printf("%s", PROGRAM_NAME " - " PROGRAM_DESCRIPTION > "\r\n" "usage: " PROGRAM_NAME " [options] [file1 file2] ...\r\n" > "options:\r\n" " [/?|-[-]?|-[-]h[elp]|/h[elp]] this help.\r\n" " >

[Mingw-w64-public] problems with string combines in printf

2016-08-13 Thread Jim Michaels
void help(void) { printf("%s", PROGRAM_NAME " - " PROGRAM_DESCRIPTION "\r\n" "usage: " PROGRAM_NAME " [options] [file1 file2] ...\r\n" "options:\r\n" " [/?|-[-]?|-[-]h[elp]|/h[elp]] this help.\r\n" " [/version|-[-]version] gives version number.\r\n" " [/license