Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

Compiler

Options

Author

anonymous

about 5 years ago

$
prog.c: In function 'main':
prog.c:4:12: warning: unknown conversion type character '$' in format [-Wformat=]
    4 |  printf("%l$s %l$s %s %s\n","hello","world");
      |            ^
prog.c:4:17: warning: unknown conversion type character '$' in format [-Wformat=]
    4 |  printf("%l$s %l$s %s %s\n","hello","world");
      |                 ^
%$s %$s hello world
Exit Code:
0