| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| icon.bmp | 2022-11-28 | 1.2 kB |
|
| icon.gif | 2022-11-28 | 1.5 kB |
|
| dec_lib.cab | 2022-11-27 | 2.2 kB | |
| dec_lib.zip | 2022-11-27 | 2.8 kB | |
| decconst.h | 2022-11-27 | 52 Bytes | |
| decimal.o | 2022-11-27 | 1.8 kB | |
| license.txt | 2022-11-27 | 507 Bytes | |
| readme.txt | 2022-11-27 | 717 Bytes | |
| decimal.c | 2022-11-27 | 1.5 kB | |
| decimal.h | 2022-11-27 | 378 Bytes | |
| Totals: 10 Items | 12.7 kB | 0 |
The is the decimal calculation library for the C programming language written by Jan Mleczko. This package should contain these files: - DECIMAL.C, original source code of the library; - DECIMAL.H, library header file, - DECCONST.H, definitions shared between DECIMAL.C & DECIMAL.H; - DECIMAL.O, library ELF object code, compiled using the TinyCC compiler; - LICENSE.TXT, the license of this library; - README.TXT, the file you're reading right now. To use this library in your program, insert such directive at begin of it: #include "decimal.h" When compiling, link it with the object code file: tcc program.c decimal.o Note that you may need to recompile the library into proper format, like COFF.