File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 531531characters in the same output:
532532
533533\begin {verbatim }
534- $ hexdump -C test
534+ $ hexdump -C test
53553500000000 69 6a 6b 6c |ijkl|
53653600000004
537537\end {verbatim }
867867\begin {tabular }{ll}
868868\texttt {-o \emph {file } } & output file name\\
869869\texttt {-c } & only compile, do not link\\
870- \texttt {-E } & only preprocessor\\
870+ \texttt {-E } & only preprocessor\\
871871\texttt {-l } & link with the specified library\\
872872\texttt {-L\emph {directory } } & add a directory to search when using \texttt {-l }\\
873873\texttt {-O\emph {level } } & optimization level\\
936936compiler might be same as \texttt {c89 }.
937937
938938\begin {verbatim }
939- $ cat standards.c
939+ $ cat standards.c
940940#define _XOPEN_SOURCE 600
941941/* you must #include at least one header !!! */
942942#include <stdio.h>
You can’t perform that action at this time.
0 commit comments