add some comments

This commit is contained in:
tTh
2018-11-24 12:46:53 +01:00
parent a6e9e92f8c
commit 86515d49d5
2 changed files with 5 additions and 5 deletions

5
tbb.c
View File

@@ -1,5 +1,5 @@
/*
* this is rudimentary test for the bubulles manages
* this is rudimentary test for the bubulles manager
*
* contact: <tth> on IRC freenode#tetalab
*/
@@ -119,15 +119,14 @@ int foo;
printf("*** Bubulles Testing -- %s %s\n\n", __DATE__, __TIME__);
bubulles_version(1);
print_sizeof();
test_alloc_free(5);
test_push_pop(2000);
test_cleanfill_my_bublist(999);
/*
foo = test_peek_poke(5000);
fprintf(stderr, "test peek/poke -> %d\n", foo);
*/
return 0;
}