Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 558 Bytes

MarmotOS C Library

License Architecture

Standard C Library, following the ANSI/ISO standard (C89/90).

Note this is not a complete implementation. Its a work in progress.

Library Components

  • assert.h
  • ctype.h
  • errno.h
  • float.h
  • limits.h
  • locale.h
  • math.h
  • setjmp.h
  • signal.h
  • stdarg.h
  • stddef.h
  • stdio.h
  • stdlib.h
  • string.h
  • time.h