Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The insert() and delete() functions were changed
in order to add and delete entries easily and
quickly. The database for the expenses should now
be stable. The new functions for the array of
structures "notebook" need to be freed from some
bugs.
A save() function was split out of the main()
function. Some small bugs were corrected, such as
the ones in the show() and in the load()
functions. Now, while the program is running, you
can close one file and use the new empty pointer
for another file. The functions were rearranged
into two files, func.c and files.c, in order to
manage them better.