delete 'print_sizeof()' from tbb.c
This commit is contained in:
parent
d0a520ea56
commit
3957936e98
10
tbb.c
10
tbb.c
@ -8,18 +8,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "bubulles.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)
|
void test_alloc_free(int nbelm)
|
||||||
{
|
{
|
||||||
BBList *bublist;
|
BBList *bublist;
|
||||||
|
Loading…
Reference in New Issue
Block a user