1
0
mirror of https://github.com/Wessel/boilerplate-c.git synced 2026-07-25 17:10:53 +02:00

feat: Modernize boilerplate

This commit is contained in:
2025-03-02 13:01:32 +00:00
parent 9021313b82
commit c635d7cc51
27 changed files with 273 additions and 175 deletions

View File

@@ -6,9 +6,7 @@
#include <stdlib.h>
#include <time.h>
#include "../include/utils.h"
/* Libtap for tests */
#include "../include/libtap.h"
#include "../../lib/util.h"
int main(int argc, char *argv[], char *env[]) {
return 0;