9 lines
131 B
C
9 lines
131 B
C
#ifndef HAVE_SHUFFLE_H
|
|
#define HAVE_SHUFFLE_H
|
|
|
|
#include <stdlib.h>
|
|
#include <stdbool.h>
|
|
|
|
bool shuffle_file(char *filename);
|
|
|
|
#endif |