🐿️
I enjoy squirrels
- Belgium
Pinned Loading
-
dirty-term
dirty-term PublicSmall and dirty header-only library that supports user input with some more advanced features than in the standard lib.
C 2
-
Very small JIT with constant program
Very small JIT with constant program 1#include <stdlib.h>
2#include <stdio.h>
3#include <string.h>
4#ifdef _WIN32
5#include "mman.h"
-
Generic makefile for C projects that...
Generic makefile for C projects that follow the "app" + "include" + "source" configuration. 1# Defines which shell command to use to clean the terminal, depending on the platform.
2ifeq ($(OS), Windows_NT)
3# Clean on Windows
4clean_cmd = @del /s /q *.o > null
5else
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.