Skip to content

by17s/MountainOS-libc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibC for MountainOS

Implemented functions:

stdlib.h

  • atoi
  • atol
  • atoll
  • abs
  • labs
  • llabs
  • fabs
  • srand
  • rand
  • bsearch
  • qsort

string.h

  • strlen
  • strcpy
  • strncpy
  • strcmp
  • strncmp
  • strcat
  • strchr
  • strrchr
  • memcpy
  • memmove
  • memset
  • memcmp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages