1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-23 11:56:03 +00:00

Allow output to stdout

This commit is contained in:
hooper114
2008-12-21 12:17:14 +00:00
parent db6757ab91
commit ef80d11beb
4 changed files with 33 additions and 13 deletions

View File

@@ -129,6 +129,7 @@ struct zint_symbol {
#define BARCODE_NO_ASCII 1
#define BARCODE_BIND 2
#define BARCODE_BOX 4
#define BARCODE_STDOUT 8
#define WARN_INVALID_OPTION 2
#define ERROR_TOO_LONG 5