delete 'print_sizeof()' from tbb.c

Bu işleme şunda yer alıyor:
tTh 2018-11-25 12:02:12 +01:00
ebeveyn d0a520ea56
işleme 3957936e98
1 değiştirilmiş dosya ile 0 ekleme ve 10 silme

10
tbb.c
Dosyayı Görüntüle

@ -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;