1 2 3 4 5 6
#include "inline-4.h" extern int printf (const char *, ...); int main(void) { printf (getstring()); return 0; }