Thread: PDOS for Amiga
View Single Post
Old 05 March 2021, 14:18   #60
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,525
Quote:
Originally Posted by Thomas Richter View Post
Code:
<pragmas/dos_pragmas.h>
which defines Read() in a way that is most convenient for the compiler.
Just as a note, in case anybody else is reading this: I would not recommend to include compiler specific headers, like <pragmas/...>, <inline/...>, or whatever they are called. Use
<proto/libname.h>
and your compiler vendor will guarantee to include the optimal pragma/inline solution.
phx is offline  
 
Page generated in 0.04433 seconds with 11 queries