Initial commit

This commit is contained in:
2026-01-09 15:41:12 +01:00
commit f455bb8155
2 changed files with 279 additions and 0 deletions

9
sand.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef SAND_H
#define SAND_H
#include <stdio.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <termios.h>
#endif