[an error occurred while processing this directive]

  • C program sample
    By : anonymous ( Tue Dec 31 14:10:27 2002 )

    [root@gray root]# cat test.c
    #include <stdio.h>
    main()
    {
    system("date");
    }
    [root@gray root]# gcc -o test test.c
    [root@gray root]# ./test
    Tue Dec 31 11:14:27 PST 2002
    [root@gray root]#

    Return to article...[an error occurred while processing this directive]