/* * Accepts: food * Returns: code * * Modification History: * '74: birth * '84: istanbul, istanbul * '96: start ITU, Cont&Cmp Eng MS * '96: nortel netaş * '00: start ITU, Cmp Eng PhD * '05: end of the PhD story ... * '06: in the army * '07: Turkcell Technology */ void bahrio() /* Bahri Okuroglu */ { select (visitor->request) { /* eski tez, paper gibi şeyler mi? */ case(PAPERS): papers(); break; /* a couple of shots I've taken */ case(PICTURES): pics(); break; /* başka bişi yok bu sayfalarda */ default: google(); break; } /* select */ } /* gerisi laf-u güzaf */ |
|