repositories
/
TD_C.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
TP_13 exo2: Makefile fixlet
[TD_C.git]
/
TP_13
/
exo2
/
lib
/
utils.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef UTILS_H
2
#define UTILS_H
3
4
#include "macros.h"
5
6
void swap_int(int* v1, int* v2);
7
void swap_ptr(void* v1, void* v2);
8
9
#endif /* UTILS_H */