DexOS Standard C Library

Overview

The C standard library consists of a set of sections of the ISO C standard which describe a collection of header files and library routines used to implement common operations, such as input/output and string handling, in the C programming language. The C standard library is an interface standard described by a document; it is not an actual library of software routines available for linkage to C programs. No such implementation is properly called C standard library.1


License & Disclaimer

All code presented here and available for download is released into the public domain free of charge by the author(s). No warranty, implied or otherwise, is supplied for this software. No responsibility will be taken by the author(s) if the software provided, in part or as a whole, damages any hardware, firmware, software or wetware.


Library Files

Name Description
Assert
Complex
CType
Errno
FEnv
Float
IntTypes
ISO646 Defines bitwise/logical operators in a easier form to use
Limits
Locale
Math
SetJmp
Signal
StdArg
stdbool Defines logical boolean states (true/false)
StdDef
StdInt
StdIO
StdLib
String
TGMath
Time
WChar
WCType

References

1. C Standard Library, Wikimedia Foudation, Inc. Wikipedia Entry.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License