]> mj.ucw.cz Git - libucw.git/commit
Added overflow-safe string functions allocating everything on the stack.
authorMartin Mares <mj@ucw.cz>
Thu, 10 Feb 2005 22:30:59 +0000 (22:30 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 10 Feb 2005 22:30:59 +0000 (22:30 +0000)
commitae43769789cf11c7b13fdc648bcec5f91d8b6e3e
tree195b169179c7b731b5899047981b5a3fd925e64d
parent2860df435bc0ec1601bf2e7eedacc63258b932aa
Added overflow-safe string functions allocating everything on the stack.
Actually, they are all macros, but passing parameters with side-effects
should be safe, because they are always evaluated exactly once.
lib/Makefile
lib/stkstring.c [new file with mode: 0644]
lib/stkstring.h [new file with mode: 0644]
lib/stkstring.t [new file with mode: 0644]