Skip to content

FrostByteOS-project/FrostC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrostC

A fairly lightweight standard C library for FrostByteOS

Contains a subset of POSIX C headers with a bit of extensions.

CURRENTLY IT'S VERY LIMITED PORTING EXISTING SOFTWARE IS PRACTICALLY IMPOSSIBLE PLEASE HAVE THAT IN MIND

Building

Just run:

make

it will output a file 'libc.so.1' in the current working directory, binaries can use in FrostByteOS if you place it in the '/lib' directory

Compliance

Currently missing these headers:

  • assert.h
  • ctype.h
  • float.h
  • limits.h
  • locale.h
  • math.h
  • setjmp.h
  • stdarg.h
  • inttypes.h

License

Licensed under GPLv3

About

A standard C library for FrostByteOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors