/src/demos/test_util.c
http://ftk.googlecode.com/ · C · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · d8b4e83bbbbfdca6a88744e6afc3c145 MD5 · raw file
- #include <stdio.h>
- char* read_file(const char* file_name, int* length)
- {
- return NULL;
- }