diff options
Diffstat (limited to 'cmd_rand.h')
-rw-r--r-- | cmd_rand.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmd_rand.h b/cmd_rand.h new file mode 100644 index 0000000..14f5c7e --- /dev/null +++ b/cmd_rand.h @@ -0,0 +1,12 @@ +#ifndef __CMD_RAND_H +#define __CMD_RAND_H + +#include <stdlib.h> +#include <stdio.h> + +#include "util.h" +#include "debug.h" + +void *cmd_rand(void *data); + +#endif
\ No newline at end of file |