Add altos platform
authorKeith Packard <keithp@keithp.com>
Sat, 17 Mar 2012 02:20:36 +0000 (19:20 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 17 Mar 2012 02:20:36 +0000 (19:20 -0700)
commitd58957de3e0b9b7076a6f5dd49d5df8e78f5a826
treebe159aa00501355b8438147da08a62f7b6eb86a9
parent6225e295ec21ab2e47ab4cd153921221bc05a2b0
Add altos platform

This has all of the stubs necessary to run pdclib on AltOS

Signed-off-by: Keith Packard <keithp@keithp.com>
platform/altos/Readme.txt [new file with mode: 0644]
platform/altos/functions/_PDCLIB/allocpages.c [new file with mode: 0644]
platform/altos/functions/_PDCLIB/fillbuffer.c [new file with mode: 0644]
platform/altos/functions/_PDCLIB/flushbuffer.c [new file with mode: 0644]
platform/altos/functions/_PDCLIB/stdinit.c [new file with mode: 0644]
platform/altos/functions/ctype/isspace.c [new file with mode: 0644]
platform/altos/functions/ctype/tolower.c [new file with mode: 0644]
platform/altos/includes/float.h [new file with mode: 0644]
platform/altos/includes/signal.h [new file with mode: 0644]
platform/altos/internals/_PDCLIB_config.h [new file with mode: 0644]