#ifndef EXPANSION_H #define EXPANSION_H #include #include #include "helper.h" struct string *expand_substitution(char *str, int *i, int *error, char delim); struct string *expand_word(struct string *word); #endif /* ! EXPANSION_H */