kolibrios/kernel/trunk/umka/shell.h
Magomed Kostoev (mkostoevr) d718f1b0de [KERNEL][UMKA] Prepare to make it work on Windows
* Remove FS and network tests
* Remove some unix-only dependencies



git-svn-id: svn://kolibrios.org@9337 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-27 19:12:33 +00:00

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