News:

Download Pelles C here: http://www.pellesc.se

Main Menu

O_BINARY

Started by Robert, February 17, 2026, 11:52:49 PM

Previous topic - Next topic

Robert

Pelles C .chm documentation states

_setmode function
Declared in:
<io.h>
however, the definitions for the _setmode function "mode" parameter arguments

_O_BINARYetc.,

are not in
<io.h>but, instead, are located in
<fcntl.h>
The <io.h> header should
#include <fcntl.h>


TimoVJL

May the source be with you