fpp
options
1
(one).
This is the same as if a -Dname=1 option appeared on the fpp
command line, or as if a
#define
name 1
#define
directive.
This is the same as if a
#define
name def
#include
files whose names do not begin with
‘/
’.
If the #include
file name is enclosed in double-quotes
("..."
), it is searched for first in the directory of the file
with the #include
line; if the file name was enclosed in
angle brackets (<...>
) this directory is not searched.
Then, the file is searched for in directories named in -I
options, and finally in directories from the standard list.
#
line-number file-name
Operating System:
unix
, __unix
and __SVR4
;
Hardware:
sun
, __sun
, sparc
and __sparc
.
#include
files.