Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 182 Bytes

atexit.sh.md

File metadata and controls

10 lines (8 loc) · 182 Bytes

atexit

atexit -- Registers a function on shutdown.

atexit registers a function to be excuted on shutdown.

Usage

// 1. Command form.
void sub::atexit(string command)