Add Code One support

This commit is contained in:
hooper114 2009-07-04 20:48:42 +00:00
parent 7ad339627c
commit 2145673ce4
12 changed files with 1417 additions and 10 deletions

View file

@ -58,6 +58,8 @@ extern int roundup(float input);
extern int module_is_set(struct zint_symbol *symbol, int y_coord, int x_coord);
extern void set_module(struct zint_symbol *symbol, int y_coord, int x_coord);
extern void unset_module(struct zint_symbol *symbol, int y_coord, int x_coord);
extern int istwodigits(unsigned char source[], int position);
extern float froundup(float input);
#ifdef __cplusplus
}
#endif /* __cplusplus */