prog.c:28:2: error: stray '#' in program
}#include <stdio.h>
^
prog.c:28:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
}#include <stdio.h>
^
In file included from prog.c:29:0:
/usr/include/stdlib.h:826:20: error: unknown type name 'wchar_t'
extern int mbtowc (wchar_t *__restrict __pwc,
^~~~~~~
/usr/include/stdlib.h:830:31: error: unknown type name 'wchar_t'
extern int wctomb (char *__s, wchar_t __wchar) __THROW;
^~~~~~~
/usr/include/stdlib.h:834:25: error: unknown type name 'wchar_t'
extern size_t mbstowcs (wchar_t *__restrict __pwcs,
^~~~~~~
/usr/include/stdlib.h:838:10: error: unknown type name 'wchar_t'
const wchar_t *__restrict __pwcs, size_t __n)
^~~~~~~
prog.c:33:5: error: redefinition of 'main'
int main(int argc, char *argv[]) {
^~~~
prog.c:5:5: note: previous definition of 'main' was here
int main(int argc, char *argv[]) {
^~~~