Your IP : 216.73.216.170


Current Path : /proc/self/root/proc/8644/task/8644/root/usr/bin/
Upload File :
Current File : //proc/self/root/proc/8644/task/8644/root/usr/bin/c89-gcc

#! /bin/sh

# Call the appropriate C compiler with options to accept ANSI/ISO C
# The following options are the same (as of gcc-2.95):
# 	-ansi
# 	-std=c89
# 	-std=iso9899:1990

extra_flag=-std=c89

for i; do
    case "$i" in
	-ansi|-std=c89|-std=iso9899:1990)
	    extra_flag=
	    ;;
	-std=*)
	    echo >&2 "`basename $0` called with non ANSI/ISO C option $i"
	    exit 1
	    ;;
    esac
done

exec gcc $extra_flag ${1+"$@"}


Warning: Unknown: open(/var/www/iplanru/data/bin-tmp/sess_84cbecc4ce04d3d1fc4149de497c3531, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/iplanru/data/bin-tmp) in Unknown on line 0