PLN amount in words (kwota słownie)
1.6
|
Function converts PLN numerical amount to words.
It is written in C, it doesn't need any additional libraries.
Function sources can be downloaded here: https://sourceforge.net/projects/plntowords/
Git repository:
git clone git://git.code.sf.net/p/plntowords/git plntowords-git
SVN repository:
svn checkout svn://svn.code.sf.net/p/plntowords/svn/trunk plntowords-svn
Main function files : plntowords.h and plntowords.c
Sample code how to use this function:
This code can be found in file amount_example.c
Example price: 123456789.01
Result: sto dwadzieścia trzy miliony czterysta pięćdziesiąt sześć tysięcy siedemset osiemdziesiąt dziewięć złotych 1/100
In case of problems with function write to me: micha lb19 81@o2 .pl
If you want to visit my home page and see my other stuff, here's the link: http://init6.pomorze.pl
Copyright (C) 2018-2020 Michał Bąbik
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.