jazykc
2013.3
upoljazykc
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Macros
Pages
celkova-koncepce-programu
ascii-art.c
Go to the documentation of this file.
1
25
/*
26
Jednotlivé funkce ve vytvořené knihovně poté otestujte z modulu hlavní funkce.
27
Příklad výstupu:
28
<code>
29
xxxxxxx
30
x x
31
x ===========
32
x * x *
33
x * x *
34
x * x *
35
x ===========
36
x x
37
x x
38
xxxxxxx
39
</code>
40
Příklad výstupu:
41
<code>
42
===========
43
* *
44
* o o *
45
* | *
46
* *
47
* \___/ *
48
* *
49
===========
50
</code>
51
*/
52
//Povolené knihovny:
53
#include <stdio.h>
54
#include <stdlib.h>
55
56
#include "
canvas.h
"
57
58
59
int
main(
int
argc,
char
*argv[]) {
60
canvas
*platno;
61
62
platno =
canvas_create
(30, 10);
63
64
canvas_print
(platno);
65
66
67
exit(EXIT_SUCCESS);
68
}
canvas_create
canvas * canvas_create(int width, int height)
Definition:
canvas.c:31
canvas.h
canvas_print
void canvas_print(canvas *c)
Definition:
canvas.c:65
canvas_s
Definition:
canvas.c:17
Generated on Sat Dec 7 2013 22:57:26 for jazykc by
1.8.5