/src/demos/test_util.c

http://ftk.googlecode.com/ · C · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · d8b4e83bbbbfdca6a88744e6afc3c145 MD5 · raw file

  1. #include <stdio.h>
  2. char* read_file(const char* file_name, int* length)
  3. {
  4. return NULL;
  5. }