delete 'print_sizeof()' from tbb.c

This commit is contained in:
tTh 2018-11-25 12:02:12 +01:00
rodzic d0a520ea56
commit 3957936e98
1 zmienionych plików z 0 dodań i 10 usunięć

10
tbb.c
Wyświetl plik

@ -8,18 +8,8 @@
#include <stdlib.h>
#include "bubulles.h"
/* --------------------------------------------------------------------- */
void print_sizeof(void)
{
printf("%-15s %4lu\n", "XYZ", sizeof(XYZ));
printf("%-15s %4lu\n", "RGBA", sizeof(RGBA));
printf("%-15s %4lu\n", "Bubulle", sizeof(Bubulle));
printf("%-15s %4lu\n", "BBList", sizeof(BBList));
puts("");
}
/* --------------------------------------------------------------------- */
void test_alloc_free(int nbelm)
{
BBList *bublist;