-unsigned char *l_texture; A pointer to the zone of memory where we will insert the image. Every point of the image is represented by 4 values of unsigned char (with a range of 0-255), one for each color component. -int i, j=0; Some variables useful for iteration in this routine -FILE * l_file; A pointer to the Bitmap file opened with the fopen function.