chiark / gitweb /
Add a new function to compute the leftmost bit of a uint32_t
[disorder] / lib / test.h
index 2dac63433097827959b5f466fea5c7547d499cdf..32eaa6f87a71e6eff58188e1d61f7979228c92a5 100644 (file)
@@ -70,7 +70,7 @@
 #include "url.h"
 #include "regsub.h"
 
-extern int tests, errors;
+extern long long tests, errors;
 extern int fail_first;
 
 /** @brief Checks that @p expr is nonzero */
@@ -153,6 +153,7 @@ void test_url(void);
 void test_utf8(void);
 void test_words(void);
 void test_wstat(void);
+void test_bits(void);
 
 #endif /* TEST_H */