vat/es.h

22 lines
319 B
C

/*
* SPDX-FileCopyrightText: 2023 jordi fita mas <jfita@peritasoft.com>
*
* SPDX-License-Identifier: PostgreSQL
*/
#ifndef VAT_ES_H
#define VAT_ES_H 1
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif
char * check_es_vat(const char *str, size_t len);
#ifdef __cplusplus
}
#endif
#endif /* VAT_ES_H */