#include <stdio.h> #include "images.h" int main() { int x; for( x = 0; x < sizeof(skull); x++ ) { printf("%s\n", skull[x] ); } return 0; }