Skip to content

Commit

Permalink
inf1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 18, 2025
1 parent ff353c9 commit 0bcc3d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ncutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ EXTERNL int NC_getmodelist(const char* modestr, struct NClist** modelistp);
EXTERNL int NC_testpathmode(const char* path, const char* tag);
EXTERNL int NC_testmode(struct NCURI* uri, const char* tag);
EXTERNL int NC_addmodetag(struct NCURI* uri, const char* tag);
#ifndef isinf
EXTERNL int isinf(double x);
#endif
#ifndef isnan
EXTERNL int isnan(double x);
#endif
EXTERNL int NC_split_delim(const char* arg, char delim, struct NClist* segments);
EXTERNL int NC_join(struct NClist* segments, char** pathp);
EXTERNL int NC_joinwith(struct NClist* segments, const char* sep, const char* prefix, const char* suffix, char** pathp);
Expand Down

0 comments on commit 0bcc3d1

Please sign in to comment.