mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 00:49:51 +01:00
use a single byte API for file system operations
+ FPCRTL_FILESYSTEM_TWO_BYTE_API define that is set for targets where we
use a single byte API for file system operations
o in principle, both can be set if both are supprted and implemented in
the RTL in order to minimise conversions depending on the scenario
git-svn-id: branches/cpstrrtl@24991 -
|
||
|---|---|---|
| .. | ||
| api | ||
| arm | ||
| m68k | ||
| Makefile | ||
| Makefile.fpc | ||
| os.inc | ||
| pilot.pp | ||
| readme | ||
| rtldefs.inc | ||
| syspalm.pp | ||
| system.pp | ||
| systraps.pp | ||
This unit contains the run time library for the PalmOS. Currently, no makefile is available, so you have to create the system unit by hand. The system unit contains only the really necessary declarations and the startup code.