Home
last modified time | relevance | path

Searched defs:main_exit (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsystem.h429 # define main_exit(status) exit (status) macro
431 # define main_exit(status) return status macro