Skip to content

kabukki/asm-libc

Repository files navigation

C Standard Library

Disclaimer: this library was created for educational purposes only and is far from being exhaustive.

Implemented functions

<string.h>

  • memcpy
  • memmove
  • memset
  • strchr
  • strcmp
  • strcspn
  • strlen
  • strncmp
  • strpbrk
  • strspn
  • strstr

<strings.h>

  • rindex
  • strcasecmp

<unistd.h>

  • read
  • write

<ctype.h>

  • tolower
  • toupper

About

x86 C standard library implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published