OSDN Git Service

b2f3bd794865bb92cc90aaea490fd6325b5cf114
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / os / task_fileio.h
1
2 #ifndef TASK_FILEIO_H
3 #define TASK_FILEIO_H
4
5 int task_fileio(int argc, char *argv[]);
6
7 #endif
8