hulkiedo17 / own-sources

My own implementations of standard library functions and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

own-sources

my own implementations of standard library functions and more.

sources list

File Description
/tests/test.c test file that uses all functions
header.h declarations for all functions from all source files in this repo (used by test.c).
err.c warning and error output functions.
io.c i/o functions
str.c string manipulation functions
file.c functions for work with files

test

to compile and run test, go to tests/ directory, and type this:

$ make
$ make run

About

My own implementations of standard library functions and more.

License:GNU General Public License v3.0


Languages

Language:C 95.9%Language:Makefile 4.1%