maxishell
Implementation of a shell for Linux-like systems
|
#include "tokens.h"
Go to the source code of this file.
Functions | |
void | free_all_tokes (t_token *tokens) |
void | free_all_tokens (t_token *tokens) |
void free_all_tokens | ( | t_token * | tokens | ) |
Definition at line 17 of file clean_utils.c.
References s_token::data, and s_token::next.
Referenced by loop_cleanup().
void free_all_tokes | ( | t_token * | tokens | ) |