Add simple script to filter nightly test output.
[bertos.git] / bertos / algo / rand.c
index 5e7f1f4186764e6d88589b2ab39aadc728f9dc7c..30a7fa5074632523bf4fc1d112ab08790a54c347 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/* This would really belong to libc */
+#include "rand.h"
+
+/**
+ *  This would really belong to libc
+ */
 int rand(void)
 {
        static unsigned long seed;