Skip to content

Question about using 'restrict' with fcurl_open() #4

@andy5995

Description

@andy5995

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);

fcurl/src/fcurl.c

Lines 143 to 146 in b50c7e0

* FILE *fopen(const char *path, const char *mode);
*/
struct fcurl_handle *fcurl_open(const char *url, const char *operation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions