Skip to content

Commit 8191de3

Browse files
committed
add include
1 parent 338ffb0 commit 8191de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@
18641864
\item returning from \texttt{main()} or calling \texttt{exit()} terminates the
18651865
process
18661866
\item standard return values are \verb#EXIT_SUCCESS# (0) and
1867-
\verb#EXIT_FAILURE# (1)
1867+
\verb#EXIT_FAILURE# (1) (\texttt{stdlib.h})
18681868
\end{itemize}
18691869
\end{itemize}
18701870

0 commit comments

Comments
 (0)