Design
portunix.asc
Associated article: Porting Unix Applications to DOS
Tags: C/C++ Parallel Design
_PORTING UNIX APPLICATIONS TO DOS_ by David N. Glass Figure 1: Macros to handle text and binary files in DOS. #ifdef DOS # define READ_BIN "rb" # define READ_TXT "r" # define WRITE_BIN "wb" # define ...


