/* Test for the existance and valid prototype of the mq_receive function as specified on line 9688 of the Base Definitions document */ #include #include "posixtest.h" #include int main() { fprintf(stderr, "Test not implemented!\n"); return PTS_UNTESTED; }