# include <stdio.h> # include <malloc.h> void InitList (int *); int main (void) { int LA; int LB; InitList (&LA); return 0; }