Ver originaltypedef int (* pICFUNC)(char *); int load(char * str) {Image* temp;temp = loadImg(str);return temp;} pICFUNC f[10]; f[0] = load;