repositories
/
TD_C.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1acc243e1441162a6c0362f1fbbf350967fda598
[TD_C.git]
/
TP_13
/
exo1
/
lib
/
utils.h
1
#ifndef UTILS_H
2
#define UTILS_H
3
4
void
swap_int_ptr
(
int
*
v1
,
int
*
v2
);
5
void
swap_ptr
(
void
*
v1
,
void
*
v2
);
6
7
#endif
/* UTILS_H */