add file comments

This commit is contained in:
Nayan
2025-05-08 22:34:36 -04:00
parent 51fe7e1c8d
commit f060c35f7d
12 changed files with 105 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
#ifndef HTTP_STUFF_H
#define HTTP_STUFF_H
/**
* http_stuff.h
*
* Header file for http_stuff.c
*
* The http structs and enums are defined here
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>