[Error: Irreparable invalid markup ('<stdio.h>') in entry. Owner must fix manually. Raw contents below.]
#include <stdio.h>
main() { Greetings(); Wishes(); }
void Greetings () { printf("С Днем Родения"); }
void Wishes(ADEPT *receiver) { // Пусть у тебя все будет, а тебе за это ничего не будет ! receiver.HasEverything = true; receiver.PunishmentsForHavingEverything = false; }
(no subject)
Date: 2008-03-09 05:39 am (UTC)main()
{
Greetings();
Wishes();
}
void Greetings ()
{
printf("С Днем Родения");
}
void Wishes(ADEPT *receiver)
{
// Пусть у тебя все будет, а тебе за это ничего не будет !
receiver.HasEverything = true;
receiver.PunishmentsForHavingEverything = false;
}