Add missing C compiler command line option.

This commit is contained in:
carl 2019-05-11 01:07:33 +08:00
parent e2d2c11a6e
commit 72dcbea3c6

View file

@ -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)