this a rather dead project.
The libreponcal library provides functions to easily make RPN calculators.
The library has the following features :

Download

Download the source tarball : libreponcal-0.5.tar.gz (md5sum).

User Interfaces

  • Reponcal UI

    This the main user interface for libreponcal. Download reponcal-ui-0.1.tar.gz (md5sum).
    This is a console-based inteface.
  • MiniDc

    This is a demonstration program. Download minidc.c (md5sum).
    Compile it with :
    gcc -o minidc -lreponcal minidc.c
    You may add the following flags if ld does not find libreponcal :
    -L<path_to_libreponcal>/lib -I<path_to_libreponcal>/include

Links

Libreponcal on Freshmeat.