This commit is contained in:
Your Name 2024-07-10 18:51:30 +03:00
parent b1ab591e39
commit 1b9dc6d7dc
8 changed files with 14 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#define _XOPEN_SOURCE
#define __USE_POSIX199309
#define _POSIX_C_SOURCE 1999309L
#include <stdio.h>
#include <string.h>
#include <unistd.h>