C and C++ Source [Public Domain]

This section is presently under construction

FILE NAME
A short description of the file follows the file name.

picrot8.c
Picture rotation angle calculator code. Useful with
PSP image rotation tool.
picrot8.exe
picrot8.c compiled to console app. Works great
with PSP. See notes in source.
mode12h.c
mode12h.c is a set of basic line and circle
algorithms implemented in ANSI C, using
getpixel() and putpixel() routines designed
for mode 12h bitplane operations.
listlink.c
listlink.c is a simple example of using a
linked list in ANSI C.
struct definitions and list manipulation
functions are included.