Hi

Code:
int amount = 6;
int *test_array = sys_malloc ( sizeof(int) * amount );



Salud!