fcurl icon indicating copy to clipboard operation
fcurl copied to clipboard

Question about using 'restrict' with fcurl_open()

Open andy5995 opened this issue 3 years ago • 0 comments

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

andy5995 avatar Dec 15 '22 18:12 andy5995