FreeCalypso > hg > themwi-nanp
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:159dd90eeafe |
---|---|
1 /* | |
2 * This header file provides function prototype declarations | |
3 * for numdb lookup library. | |
4 */ | |
5 | |
6 #pragma once | |
7 | |
8 int read_number_db(void); | |
9 int refresh_number_db(void); | |
10 | |
11 const struct owned_number_rec *numdb_lookup_nanp(const char *numstr); | |
12 const struct short_number_rec *numdb_lookup_short(const char *numstr); |