[ create a new paste ] login | about

Link: http://codepad.org/mnlHDxmj    [ raw code | fork ]

hurracane - C, pasted on Jun 21:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
main()
{
	<standaard dingen voor je map>
	
	thread ding1();
	thread olifant();
	thread ton();
}
ding1()
{
	<functie van ding 1>
}
olifant()
{
	<functie van olifant>
}
ton()
{
	<functie van ton>
}


Create a new paste based on this one


Comments: