#include int get_retval(void); int main(void) { printf("C seems to be working.\n"); return get_retval(); }