Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops
authorAugustin DEGOMME AD254919 <ad254919@cardamome.intra.cea.fr>
Mon, 18 Jun 2018 13:07:31 +0000 (15:07 +0200)
committerAugustin DEGOMME AD254919 <ad254919@cardamome.intra.cea.fr>
Mon, 18 Jun 2018 13:07:31 +0000 (15:07 +0200)
include/smpi/smpi_helpers.h

index 092d64d..58963b9 100644 (file)
@@ -20,6 +20,7 @@ unsigned int smpi_sleep(unsigned int secs);
 int smpi_gettimeofday(struct timeval* tv, struct timezone* tz);
 
 struct option;
+int smpi_getopt_long_only (int argc,  char *const *argv,  const char *options,  const struct option *long_options, int *opt_index);
 int smpi_getopt_long (int argc,  char *const *argv,  const char *options,  const struct option *long_options, int *opt_index);
 int smpi_getopt (int argc,  char *const *argv,  const char *options);