HEX
Server: Apache
System: Linux 4801F1B1.ptr.provps.com 6.16.7-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 11 13:27:45 EDT 2025 x86_64
User: nassaugo (1001)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //bin/c89
#!/usr/bin/sh
fl="-std=c89"
for opt; do
  case "$opt" in
    -ansi|-std=c89|-std=iso9899:1990) fl="";;
    -std=*) echo "`basename $0` called with non ANSI/ISO C option $opt" >&2
	    exit 1;;
  esac
done
exec gcc $fl ${1+"$@"}