ciabatta/docs
flysand7 9c643bd0a8 rename some files 2023-06-18 18:28:07 +11:00
..
assert.md rename some files 2023-06-18 18:28:07 +11:00
complex.md rename some files 2023-06-18 18:28:07 +11:00
readme.md rename some files 2023-06-18 18:28:07 +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.