/wlib

Bundle of C libraries

Primary LanguageCMIT LicenseMIT

wlib

wlib is a bundle of simple and legible C libraries.

alphamap

simple library for alternating tolower and toupper of ctype.h

wassert

simple library with neat format to alternate <assert.h>

wfileio

file input/output handler

whtml_formatter

simple html document writter

winput_handler

simple & safe functions to handle input stream

wmalloc

convenient memory allocatation & deallocation handler

wshell_handler

tiny script system caller

wstring_clear

fills string with null character until first null character 
occurs. A static char array can also be used.

wstring_comparision

string comparision checker.. 

wstring_copy

simple string copy

wstring_length

string length getter

wstring_tolower

lowercase string

wstring_toupper

uppercase string

wunit

tiny unit tester - modified format from mu_unit