Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include "barcode.h"
Funciones | |
int | Barcode_ean_verify (char *text) |
int | Barcode_upc_verify (char *text) |
int | Barcode_isbn_verify (char *text) |
int | Barcode_ean_encode (struct Barcode_Item *bc) |
int | Barcode_upc_encode (struct Barcode_Item *bc) |
int | Barcode_isbn_encode (struct Barcode_Item *bc) |
int Barcode_ean_encode | ( | struct Barcode_Item * | bc | ) |
int Barcode_ean_verify | ( | char * | text | ) |
int Barcode_isbn_encode | ( | struct Barcode_Item * | bc | ) |
int Barcode_isbn_verify | ( | char * | text | ) |
int Barcode_upc_encode | ( | struct Barcode_Item * | bc | ) |
int Barcode_upc_verify | ( | char * | text | ) |