forked from KolibriOS/kolibrios
d718f1b0de
* Remove FS and network tests * Remove some unix-only dependencies git-svn-id: svn://kolibrios.org@9337 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
137 B
C
9 lines
137 B
C
#ifndef SHELL_H_INCLUDED
|
|
#define SHELL_H_INCLUDED
|
|
|
|
#include <stdio.h>
|
|
|
|
void *run_test(FILE *in, FILE *out);
|
|
|
|
#endif // SHELL_H_INCLUDED
|