BLACKSITE
:
216.73.216.123
:
68.178.150.17 / tanujprocess.com
:
Linux bom1plmcpnl502248.prod.bom1.secureserver.net 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
:
/
bin
/
Upload File:
files >> //bin/c89
#!/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+"$@"}