Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

Compiler

Options

Author

anonymous

almost 7 years ago

$
prog.c:5:5: warning: implicit declaration of function 'hw' is invalid in C99 [-Wimplicit-function-declaration]
    hw();
    ^
prog.c:8:6: error: conflicting types for 'hw'
void hw(){
     ^
prog.c:5:5: note: previous implicit declaration is here
    hw();
    ^
1 warning and 1 error generated.
Exit Code:
1