Add missing C compiler command line option.
This commit is contained in:
parent
e2d2c11a6e
commit
72dcbea3c6
|
@ -70,7 +70,7 @@ get rid of the compiler-predefined macro \fIname\fR.
|
|||
.br
|
||||
set the size and alignment requirements.
|
||||
The letter \fIc\fR indicates the simple type, which is one of
|
||||
\fBs\fR(short), \fBi\fR(int), \fBl\fR(long), \fBf\fR(float), \fBd\fR(double),
|
||||
\fBs\fR(short), \fBw\fR(word), \fBi\fR(int), \fBl\fR(long), \fBf\fR(float), \fBd\fR(double),
|
||||
\fBx\fR(long double) or
|
||||
\fBp\fR(pointer).
|
||||
The \fIm\fR parameter can be used to specify the length of the type (in bytes)
|
||||
|
|
Loading…
Reference in a new issue