fcurl
fcurl copied to clipboard
Question about using 'restrict' with fcurl_open()
Are you sure you don't want to use restrict, as it shows in the fopen() man page?
FILE *fopen(const char *restrict pathname, const char *restrict mode);
https://github.com/curl/fcurl/blob/b50c7e026e788249a8e40fed8680eb02b949e6c4/src/fcurl.c#L143-L146