Skip to content

Commit

Permalink
* C++ incompatible?
Browse files Browse the repository at this point in the history
Signed-off-by: jaylin <[email protected]>
  • Loading branch information
JaylinYu committed Dec 16, 2024
1 parent f8f89be commit 3c125d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/nng/supplemental/nanolib/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

NNG_DECL bool nano_file_exists(const char *fpath);
NNG_DECL char * nano_getcwd(char *buf, size_t size);
NNG_DECL int64_t nano_getline(
char **restrict line, size_t *restrict len, FILE *restrict fp);
// NNG_DECL int64_t nano_getline(char **restrict line, size_t *restrict len, FILE *restrict fp);
NNG_DECL char * nano_concat_path(const char *dir, const char *file_name);
NNG_DECL int file_write_string(const char *fpath, const char *string);
NNG_DECL size_t file_load_data(const char *filepath, void **data);
Expand Down

0 comments on commit 3c125d0

Please sign in to comment.