7 lines
130 B
C
7 lines
130 B
C
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
void get_file_path(char *uri, char *file_path) {
|
||
|
char *question = strchr(uri, '?');
|
||
|
}
|