//mercimek koftesi

/******************************************************************************
 ** mercimek.c
 ** copyright (c) 2004 
 ** S. Çağlar 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.
 ******************************************************************************/



#include <1 su bardağı kırmızı mercimek>
#include <3 kase köftelik bulgur>
#include <2 çorba kaşığı domates salçası>
#include <1 çorba kaşığı biber salçası>
#include <4 çorba kaşığı zetinyağı>
#include <3 adet orta boy soğan>
#include <5 adet yeşil soğan>

#ifndef nane
        #define nane (isteğe bağlı)
#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));
}