Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef SHELL_H_INCLUDED
  2. #define SHELL_H_INCLUDED
  3.  
  4. #include <stdio.h>
  5.  
  6. void *run_test(FILE *in, FILE *out, int block);
  7.  
  8. #endif  // SHELL_H_INCLUDED
  9.