1 2 3 4 5 6 7 8 9 10 11 12
/* * */ #ifndef H_HUSH_CONFIG #define H_HUSH_CONFIG #include <stdlib.h> static const size_t MAX_LINE_LEN = 1024; #define MAX_ARGUMENT_CNT 8 #endif