ArchiSys/TP/TP1/rendu/test.c

9 lines
121 B
C

#include <string.h>
#include "mmap.h"
int main(int argc, char **argv) {
// Some really cool tests!
return 0;
}