#include string.h

This commit is contained in:
Josh Coalson
2001-11-16 02:17:52 +00:00
parent 2e1d157396
commit 843f1bff1a
3 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
int main(int argc, char *argv[])
{
(void)argc, (void)argv;
if(0 != test_bitbuffer())
return 1;
return 0;