FreeCalypso > hg > themwi-nanp
view include/number_lookup.h @ 10:05a94b08c8e1
add top Makefile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 03:56:16 +0000 |
parents | 159dd90eeafe |
children |
line wrap: on
line source
/* * This header file provides function prototype declarations * for numdb lookup library. */ #pragma once int read_number_db(void); int refresh_number_db(void); const struct owned_number_rec *numdb_lookup_nanp(const char *numstr); const struct short_number_rec *numdb_lookup_short(const char *numstr);