repo.or.cz
/
neatmkfn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
otf: use CFF bbox for all glyphs
[neatmkfn.git]
/
tab.h
blob
239566fa019e25d09169b740bc4617e155e773d9
1
struct
tab
*
tab_alloc
(
int
sz
);
2
void
tab_free
(
struct
tab
*
tab
);
3
void
tab_put
(
struct
tab
*
tab
,
char
*
k
,
void
*
v
);
4
void
*
tab_get
(
struct
tab
*
tab
,
char
*
k
);