#include "tests.h" #include #include int main(void) { printf("munlockall() = %d\n", munlockall()); puts("+++ exited with 0 +++"); return 0; }