+1
//mercimek koftesi
/***
•
* mercimek.c
•
* copyright (c) 2004
•
* s. caglar onur (caglar. onur~tubitak.gov.tr) (main developer),
•
* a. murat eren (meren~uludag.org.tr) (tester)
•
*
•
* this program is free software; you can redistribute it and/or
•
* modify it under the terms of the gnu general public license
•
* as published by the free software foundation version 2
•
* of the license.
•
*
•
* this program is distributed in the hope that it will be useful,
•
* but without any warranty; without even the implied warranty of
•
* merchantability or fitness for a particular purpose. see the
•
* gnu general public license for more details.
•
*
•
* you should have received a copy of the gnu general public license
•
* along with this program; if not, write to the free software
•
* foundation, inc., 59 temple place - suite 330, boston, ma 02111-1307, usa.
•
**/
11.
include <1 su bardağı kırmızı mercimek>
12.
include <3 kase köftelik bulgur>
13.
include <2 çorba kaşığı domates salçası>
14.
include <1 çorba kaşığı biber salçası>
15.
include <4 çorba kaşığı zetinyağı>
16.
include <3 adet orta boy soğan>
17.
include <5 adet yeşil soğan>
18.
ifndef nane
19.
define nane (isteğe bağlı)
20.
endif
struct _baharat
{
tuz, karabiber, kırmızı biber, kimyon;
}
yemek * main(void)
{
mercimek köfte;
kırmızı mercimek;
bulgur köftelik_burgur;
doğranmış_soğan soğan;
salça biber_salçası;
baharat_ baharat;
haşla(mercimek_salçası);
karıştır(mercimek, köftelik_burgur);
sleep(bir_süre);
while(status != pembe)
kavur(soğan);
karıştır(soğan, biber_salçası);
yoğur(baharat, bulgur);
köfte = karıştır(maydonoz, bulgur);
yogur_şekil_ver(köfte);
printf("afiyet olsun... ");
return (servis_yap(köfte, turşu, roka));
}