FreeCalypso > hg > themwi-nanp
view include/number_lookup.h @ 0:159dd90eeafe
beginning, libnumutil compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 12 Dec 2023 23:52:50 +0000 |
parents | |
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);