when i test the ps2lib memorycard sample i have strange probleme
with fioRead .
fioOpen work but ,
the prg failed with fioRead(icon_fd, icon_buffer, icon_size);
but funny is when i use the newlib fct fread(buffer,size,1,in); instead
the prg work very well .