Some more refactores, added articles functionality to web server

This commit is contained in:
2020-07-04 16:41:24 +05:00
parent 4c61d24352
commit cd874d6e28
11 changed files with 238 additions and 80 deletions

View File

@@ -11,8 +11,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#define FILE_SIZE 1024
struct header_s {
char * str;
size_t size;