Skip to content
/ w_crt Public
forked from cloudsec/w_crt

A sample c runtime library on linux system(x86).

License

Notifications You must be signed in to change notification settings

creturn/w_crt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w_crt
 A hobby c runtime library on linux system(x86).

 by wzt 2011   [email protected]
feature
 1. memory allocter(malloc, free).
 2. i/o operations(open, read, write, seek, close, fopen, fread, fwrite, fseek, fclose) .
 3. process opeartions(fork, getpid, getppid, waitpid, exit).
 4. string opeartions(printf, itoa, strlen, strcpy, strcat, strncat, strchr, strrchr, strcmp, strncmp, memcpy, memset).

About

A sample c runtime library on linux system(x86).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Makefile 2.3%