what do you even write here?

This commit is contained in:
Joseph Redmon
2016-08-11 11:54:24 -07:00
parent 845ab75796
commit aebe937710
12 changed files with 144 additions and 58 deletions

View File

@ -5,6 +5,7 @@
#include "list.h"
#define SECRET_NUM -1234
#define TWO_PI 6.2831853071795864769252866
void shuffle(void *arr, size_t n, size_t size);
void sorta_shuffle(void *arr, size_t n, size_t size, size_t sections);