ciabatta/doc
bumbread 09fbcb4be3 add underscore to _DEBUG user macro 2022-08-07 20:41:49 +11:00
..
assert.md add underscore to _DEBUG user macro 2022-08-07 20:41:49 +11:00
complex.md ctype.h docs 2022-07-29 06:58:01 +11:00
readme.md stdalign.h, stdbool.h, stdnoreturn.h 2022-08-06 23:12:43 +11:00

readme.md

Ciabatta

Ciabatta is a C standard library implementation. The goal is to provide a cross-platform implementation that provides it's own documentation, clarifying implementation-defined details, as well as provides additional functionality, like sockets, or unicode processing, the kind of functionality that is used in different kinds of programs.

Headers

The implementation doesn't provide all headers. The headers that aren't provided are supposed to be provided by compiler. The list of such headers:

  • stdarg.h
  • setjmp.h

The headers that are provided have documentation included:

Locales

Not supported. The char * strings are assumed to be encoded using ASCII/UTF-8 encoding.