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.
Loading...
Searching...
No Matches
Functions
array_to_str.c File Reference
#include <string.h>
#include <stdlib.h>
Include dependency graph for array_to_str.c:

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.
 

Function Documentation

◆ array_to_str()

char * array_to_str ( int ac,
const char ** av )

Turn an array of string into a simple string.

Parameters
acnumber of element in the array
avArray of string
Returns
concanated string or NULL on error

Definition at line 38 of file array_to_str.c.