|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|
#include <string.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| char * | array_to_str (int ac, const char **av) |
| Turn an array of string into a simple string. | |
| char * array_to_str | ( | int | ac, |
| const char ** | av ) |
Turn an array of string into a simple string.
| ac | number of element in the array |
| av | Array of string |
Definition at line 38 of file array_to_str.c.