PLN amount in words (kwota słownie)
1.6
plntowo
plntowords.h
Go to the documentation of this file.
1
26
#ifndef PLNTOWORDS_H
27
#define PLNTOWORDS_H
28
#include <inttypes.h>
29
/*----------------------------------------------------------------------------*/
46
/*----------------------------------------------------------------------------*/
47
char
*
pln_amount_txt
(uint64_t ui_inprice);
48
49
char
*
pln_amount_txt_double
(
double
d_price);
50
/*----------------------------------------------------------------------------*/
51
#endif
52
pln_amount_txt
char * pln_amount_txt(uint64_t ui_inprice)
Function converts price (in PLN) given as an integer number to a word version.
Definition:
plntowords.c:218
pln_amount_txt_double
char * pln_amount_txt_double(double d_price)
Function converts price (in PLN) given as a floating point number to a word version.
Definition:
plntowords.c:203
Generated by
1.8.17