]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - cmdproc/include/cmdproc_priv.h
Use the RPP library as a submodule and move the cmdproc to the root directory
[pes-rpp/rpp-test-sw.git] / cmdproc / include / cmdproc_priv.h
1 #ifndef CMD_PROC_PRIV_H
2 #define CMD_PROC_PRIV_H
3
4 /* The maximal depth of command arrays nesting (see CMD_DES_INCLUDE_SUBLIST). */
5 #define CMD_ARR_STACK_SIZE 4    
6
7 char *skip_white(char *p);
8 int cmd_io_line_out(cmd_io_t *cmd_io);
9 int cmd_io_line_in(cmd_io_t *cmd_io);
10
11 #include <stdio.h>
12
13 #endif