ZedZone
|
Blog
|
Software
|
Code
projects
/
panamaz
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove some internal dumps.
[panamaz]
/
test-api
/
api.api
1
2
# collect all functions and the defines we want
3
library APILib load=api {
4
define:api-defines
5
func://
6
}
7
8
# grab all structures
9
struct // default=all field:rename=studly-caps {
10
}
11
12
# grab all defines in api.h
13
define api-defines api.h {
14
api.h file-include
15
}