Pretty easy:

BMAP* arrBmap [18];
SOUND* arrSnd [128];

But this only defines the array with Bitmap and Sound pointers. Make sure that you initialize each sound with bmap_create / snd_create or by assigning the pointer of a already loaded / defined BMAP* or SOUND*.