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