test-on-exit.c 68 字节
Newer Older
1 2 3 4 5 6
#include <stdio.h>

int main(void)
{
	return on_exit(NULL, NULL);
}