winnie-http/src/file.c

7 lines
130 B
C
Raw Normal View History

2024-05-16 15:54:17 +07:00
#include <stdio.h>
#include <string.h>
void get_file_path(char *uri, char *file_path) {
char *question = strchr(uri, '?');
}