summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/getc_stdin.grasp
blob: 2e5032614926709fd9e08ccb04cc106d6d2cae66 (plain)
1
2
3
4
5
6
7
8
9
10
digraph {
	1 [label="getc"]
	2 [label="grasp:main"]
	3 [label="out1"]
	4 [label="out2"]

	1 -> 2 [label="name"]
	1 -> 3 [label="out"]
	1 -> 4 [label="out"]
}