| Eneboo - Documentación para desarrolladores | 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <errno.h>#include "barcode.h"| 'defines' | |
| #define | START_STOP 47 | 
| #define | EXTEND_DOLLAR 43 | 
| #define | EXTEND_PERCENT 44 | 
| #define | EXTEND_SLASH 45 | 
| #define | EXTEND_PLUS 46 | 
| Funciones | |
| int | Barcode_93_verify (char *text) | 
| int | Barcode_93_encode (struct Barcode_Item *bc) | 
| #define EXTEND_DOLLAR 43 | 
| #define EXTEND_PERCENT 44 | 
| #define EXTEND_PLUS 46 | 
| #define EXTEND_SLASH 45 | 
| #define START_STOP 47 | 
| int Barcode_93_encode | ( | struct Barcode_Item * | bc | ) | 
| int Barcode_93_verify | ( | char * | text | ) | 
 1.7.4
 1.7.4