[parser] Forgot to add shuffle.h/.c
This commit is contained in:
9
src/shuffle.h
Normal file
9
src/shuffle.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef HAVE_SHUFFLE_H
|
||||
#define HAVE_SHUFFLE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool shuffle_file(char *filename);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user