obsw/bsp_z7/newlib/read.c

5 lines
57 B
C

int _read(int file, char *ptr, int len) {
return 0;
}