wip(ex04)

This commit is contained in:
Maix0 2026-04-15 17:16:45 +02:00
parent a87568e5f7
commit 5a954c3713
12 changed files with 403 additions and 57 deletions

11
ex04/include/utils.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef UTILS_H
#define UTILS_H
#include "mystd.h"
#include "utils.h"
void delay_ms(uint16_t count);
void ft_bzero(void *data, uint16_t size);
#endif /* UTILS_H */