#include void fnc(void) { printf("No nazdar\n"); } int main(void) { fnc(); return 0; }