Skip to content

Commit

Permalink
bin1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 28, 2024
1 parent fab1979 commit 2c42b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ncdump/echon.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include "XGetopt.h"
#endif

extern int NCstdbinary(void);

int
main(int argc, char** argv)
{
Expand Down
2 changes: 2 additions & 0 deletions nczarr_test/ncpluginpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include "netcdf_aux.h"
#include "ncplugins.h"

extern int NCstdbinary(void);

static const char* USAGE =
"ncpluginpath [-f global|hdf5|nczarr]"
"Options\n"
Expand Down

0 comments on commit 2c42b94

Please sign in to comment.