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
finder.c File Reference
#include <string.h>
#include "arg_parse.h"
Include dependency graph for finder.c:

Go to the source code of this file.

Functions

void * find_value_by_param (const struct arg_s **arguments, const char *param)
 
int find_index_by_param (const struct arg_s **arguments, const char *param)
 

Function Documentation

◆ find_index_by_param()

int find_index_by_param ( const struct arg_s ** arguments,
const char * param )

Definition at line 27 of file finder.c.

◆ find_value_by_param()

void * find_value_by_param ( const struct arg_s ** arguments,
const char * param )

Definition at line 12 of file finder.c.