passing structs
[m6w6/ext-psi] / m4 / stdlib.m4
index c7654b67cf38f2b99c46a3319fdf5d2f91fa11dd..de4c688a60cba541b63f05e789baace4aab5476f 100644 (file)
@@ -22,7 +22,7 @@ PSI_CHECK_STDLIB() {
        PSI_DECL(double atof, [(char *str)])
        PSI_DECL(int atoi, [(char *str)])
        PSI_DECL(long atol, [(char *str)])
-       dnl PSI_DECL(div_t div, [(int numerator, int denominator)])
+       PSI_DECL(div_t div, [(int numerator, int denominator)])
        PSI_DECL(double drand48, [()])
        PSI_DECL(double erand48, [(unsigned short xsubi@<:@3@:>@)])
        PSI_DECL(void exit, [(int status)])