C/C++ library
Find a file
2026-02-04 02:54:28 +01:00
include change naming of conditional endian-swappers to be more clear 2025-11-08 19:55:28 +01:00
make actually enable debug logging :pepega: 2026-02-04 02:44:57 +01:00
src fix windows 2026-02-04 02:54:28 +01:00
.gitignore that file was not supposed to be committed 2025-09-16 13:57:18 +02:00
DEPENDENCIES.md change HTTPserver and TCPserver constructor and listen function calls 2025-02-05 21:06:03 +01:00
LICENSE Create LICENSE 2024-05-29 16:06:10 +02:00
Makefile fix windows 2026-02-04 02:54:28 +01:00
README.md update README.md 2025-08-22 14:38:58 +02:00
TODO.md build process overhaul (incremental builds <3) 2025-08-22 14:34:24 +02:00

Welcome to fpxlib-C :3

just a fun lil' side project i've been working on for a bit. I'll keep updating it with more stuff as I go along on my journey to learn more C and C++


Makefile instructions:

  • make to compile into libraries (.a for linux, .lib for windows)

x86_64 assembly

Some parts of the library have been written in x86_64 assembly. These have not been processed into the build system yet, but will be soon

have fun uwu