liblash

A bianry tree implementation used for game development from scratch
git clone git://holbrook.no/liblash.git
Log | Files | Refs | LICENSE

test.h (129B)


      1 #ifndef LASH_TEST_H_
      2 #define LASH_TEST_H_
      3 
      4 int randomData(void *buf, size_t l);
      5 int randomDataHex(void *buf, ssize_t l);
      6 
      7 #endif