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