TP 13 exo2: Add the code structure and some basic displaying routines for the tic...
[TD_C.git] / TP_13 / exo2 / lib / utils.h
CommitLineData
7515f897
JB
1#ifndef UTILS_H
2#define UTILS_H
3
4#include "macros.h"
5
6void swap_int(int* v1, int* v2);
7void swap_ptr(void* v1, void* v2);
8
9#endif /* UTILS_H */