a c89 wrapper of nolibc from linux tool's nolib.
  • C 73.9%
  • CMake 26.1%
Find a file
dalmurii ae23745909 Changes to be committed:
- new file:   inc/nolibc89/atomic.h
	- modified:   inc/nolibc89/clone.h
	- modified:   inc/nolibc89/syscall.h
	- modified:   lib/clone/x86.c
2026-07-06 23:21:33 +09:00
cfg Initial commit 2026-06-16 23:58:14 +09:00
inc/nolibc89 Changes to be committed: 2026-07-06 23:21:33 +09:00
lib Changes to be committed: 2026-07-06 23:21:33 +09:00
CMakeLists.txt Changes to be committed: 2026-06-20 01:25:33 +09:00
LICENSE Initial commit 2026-06-16 23:58:14 +09:00
README.md add: clone - x86 2026-06-20 01:18:36 +09:00

             _____  __                _ _ _          ___  ___  
   __ _  ___|___ / / _| _ _ __   ___ | (_) |__   ___( _ )/ _ \ 
  / _` |/ _ \ |_ \| |(_|_) '_ \ / _ \| | | '_ \ / __/ _ \ (_) |
 | (_| |  __/___) |  _| _| | | | (_) | | | |_) | (_| (_) \__, |
  \__,_|\___|____/|_|(_|_)_| |_|\___/|_|_|_.__/ \___\___/  /_/ 

  • this library is a c89 wrapper of nolibc from linux tool's nolib.

see: https://github.com/torvalds/linux/tree/master/tools/include/nolibc

this repository supports following architecture which follows nolibc's supported architectures.

  • arm
  • arm64
  • loongarch
  • m68k
  • mips
  • openrisc
  • parisc
  • powerpc
  • riscv
  • s390
  • sh
  • sparc
  • x86