1 2 3 4 5 6 7
#include <stdio.h> int what_have_we_here(); int main(void) { printf("printing %d\n", what_have_we_here()); }