|
From: ed (<ed....@gm...> - 2017-07-26 08:09:54
|
Hi, I'm writing a CP/M program using newlib and would like to read/write files. I understand that fopen isn't currently implemented in newlib, (I tried it and get "symbol 'asm_target_open_p1' not defined"), what's the best way to open read/write files in CP/M with newlib? Am I better off reverting to the classic lib? Thanks! Ed |