Skip to content

AtlasLinux/atlibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atlibc

atlibc is a from-scratch C library for Linux x86_64, with no external dependencies. It is not POSIX- or ISO-C-compliant — function names, semantics, and API design are intentionally custom.

Building

make

Usage

#include <io.h>
#include <string.h>
#include <int.h>

int main(void) {
    String msg = string_from("Hello, world!\n");
    io_puts(msg, STDOUT);
    return 0;
}

See docs/ for API documentation.

About

The standard C library for AtlasLinux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published