file input
This commit is contained in:
@@ -11,7 +11,7 @@ struct stringchicken{
|
||||
|
||||
struct stringchicken *create_string_chicken(void);
|
||||
void push_SC(char *string_input, struct stringchicken *struct_input);
|
||||
void printchicken(struct stringchicken *input_struct);
|
||||
void print_SC(struct stringchicken *input_struct);
|
||||
|
||||
#endif // STRINGCHICKEN_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user