inline-4.c   [plain text]


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