My Project
Loading...
Searching...
No Matches
utility.h
Go to the documentation of this file.
1
11
#include <stdarg.h>
12
13
#ifndef Utility_h
14
#define Utility_h
15
24
char
*
strcats
(
char
* dest,
int
num_args, ...);
25
32
char
*
int_to_str
(
int
n);
33
34
#endif
int_to_str
char * int_to_str(int n)
Convertit un entier en chaine de caractère.
Definition:
utility.c:20
strcats
char * strcats(char *dest, int num_args,...)
Concatène plusieurs chaines de caractères.
Definition:
utility.c:7
S2
Mathodo2
library
utility
utility.h
Generated by
1.9.6