mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
7 lines
55 B
C
7 lines
55 B
C
#include <unistd.h>
|
|
|
|
void _start(void) {
|
|
_exit(0);
|
|
}
|
|
|