Tests for module 'sin'.
[pspp] / tests / test-gettimeofday.c
index 3b858791a42173d4caa8df909bce503e1dfa4589..bd6698d1cf3f12ae503e087ef1bb13056f653702 100644 (file)
 #include <config.h>
 
 #include <sys/time.h>
+
+#include "signature.h"
+SIGNATURE_CHECK (gettimeofday, int, (struct timeval *, void *));
+
 #include <time.h>
 
 #include <stdio.h>