Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
atexit
usr/src/cmd/sendmail/include/sm/conf.h
489
# define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */
usr/src/lib/libc/port/gen/atexit.c
128
atexit(void (*func)(void))