#include #include int example2 () { char buf[8]; gets (buf); return 0; } int main () { example2 (); return 0; }