onexit method

_onexit_t onexit(
  1. _onexit_t _Func
)

Implementation

_onexit_t onexit(
  _onexit_t _Func,
) {
  return _onexit1(
    _Func,
  );
}