note macros
This commit is contained in:
parent
78b5635d69
commit
be9e0e9857
1 changed files with 11 additions and 0 deletions
|
|
@ -159,3 +159,14 @@ The implementation of
|
||||||
.B ORCLOSE
|
.B ORCLOSE
|
||||||
is to unlink the file after opening it, causing problems
|
is to unlink the file after opening it, causing problems
|
||||||
in programs that try to access the file by name before it is closed.
|
in programs that try to access the file by name before it is closed.
|
||||||
|
.PP
|
||||||
|
To avoid name conflicts with the underlying system,
|
||||||
|
.I open
|
||||||
|
and
|
||||||
|
.I create
|
||||||
|
are preprocessor macros defined as
|
||||||
|
.IR p9open
|
||||||
|
and
|
||||||
|
.IR p9create ;
|
||||||
|
see
|
||||||
|
.IR intro (3).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue