| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse// Super simple stack-only ini parser
// for embedded systems in C
// 2023 Simon Ryabinkov <ssleert@gmail.com>
#include "ini.h"
// Fast and approachable HTTP 1.1 parser in pure C99
// 2026 Simon Ryabinkov <ssleert@gmail.com>
#include "HttpParser.h"
#include <stdlib.h>
| Back | FazBrowse Home | New Git URL |