changement du fichier tp scr

This commit is contained in:
2025-10-23 14:29:21 +02:00
parent fb76e22594
commit df89b08f5d
27 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#ifndef _HELPERS_H
#define _HELPERS_H
#include <stdlib.h>
#define KB * 1024
#define MB * 1024 * 1024
void randomize(char *buf, size_t n);
void clean(size_t n);
void dirty(size_t n);
int interlude(void);
#endif