Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
my_fopen
usr/src/cmd/mailx/hdr/def.h
532
extern FILE *my_fopen(char *file, char *mode);
usr/src/cmd/mailx/hdr/def.h
98
#define fopen(s, t) my_fopen(s, t)