wip: file log

This commit is contained in:
Hane 2024-04-25 15:43:58 +02:00
commit 46224d331c
4 changed files with 58 additions and 4 deletions

View file

@ -1,8 +1,10 @@
#pragma once
#define __STDC_WANT_LIB_EXT1__ 1
#include <stdio.h>
#include <errno.h>
#include <vector>
#include <iostream>
#include <fstream>
#include <string>
#include <bitset>
#include <climits>