/w_crt

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

Primary LanguageCGNU General Public License v2.0GPL-2.0

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

 by wzt 2011   wzt.wzt@gmail.com
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).