// $Header$ #include int main() { printf("testing functions in global namespace:\n"); printf("==> #include ; printf() is ok\n"); return 0; }