1 2 3 4 5 6 7 8 9 10
/* COVERAGE: acct */ #include <unistd.h> int main() { acct("foobar"); //staptest// acct ("foobar") = -NNNN return 0; }