PLN amount in words (kwota słownie)  1.6
Functions
amount_example.c File Reference

Example use of converting PLN numerical amount to words. More...

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "plntowords.h"
Include dependency graph for amount_example.c:

Go to the source code of this file.

Functions

int main (void)
 

Detailed Description

Example use of converting PLN numerical amount to words.

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 http://www.gnu.org/licenses/.

Date
February 21, 2020
Version
1.6
Author
Michał Bąbik micha.nosp@m.lb19.nosp@m.81@o2.nosp@m..pl

Definition in file amount_example.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 32 of file amount_example.c.