diff options
Diffstat (limited to 'nimisewi.h')
| -rw-r--r-- | nimisewi.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nimisewi.h b/nimisewi.h new file mode 100644 index 0000000..cf64fb4 --- /dev/null +++ b/nimisewi.h @@ -0,0 +1,22 @@ +#ifndef NIMI_SEWI_H +#define NIMI_SEWI_H + +struct nanpa_nimi { + int nanpa_nimi; + int pi_li_lon; + int nanpa_pi; +}; + +void open_e_nanpa_sewi(void); + +void pana_e_nanpa_nimi(struct nanpa_nimi *nn); + +void pana_e_nanpa_pi_nimi_sewi(int *nanpa_sewi_mute, + const int suli_nimi, + struct nanpa_nimi *nn); + +const char *pana_e_nimi(const char *nimi_mute[], + const int suli_pi_nimi_mute, + const int nanpa_nimi); + +#endif /* NIMI_SEWI_H */ |
