Skip to content

Commit ee789cc

Browse files
committed
Another atexit() example.
1 parent e59e010 commit ee789cc

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
@@ -1941,7 +1941,7 @@
19411941
\texttt{exit} also flushes and closes streams (try it out with \texttt{printf()}
19421942
\emsl{without} printing a new line), and calls functions registered via
19431943
\texttt{atexit()}, and possibly other actions based on a specific system.
1944-
Example: \example{exit/exit.c}
1944+
Example: \example{exit/exit.c} and \example{exit/atexit-abort.c}
19451945
\item \label{MAIN_C} Example on printing out command line arguments:
19461946
\example{main/print-argv.c}
19471947
\item If a process is killed by a signal, you can get the signal number from its

0 commit comments

Comments
 (0)