Fortran SFF API to data I/O streams in C++
fapid_sff_help_details.cc
Go to the documentation of this file.
1 
35 #define TF_FAPID_FAPID_SFF_HELP_DETAILS_CC_VERSION \
36  "TF_FAPID_FAPID_SFF_HELP_DETAILS_CC V1.0 "
37 
38 #include <fapidxx/fapidsff.h>
39 #include <fapidxx/helper.h>
40 #include <datrwxx/formats.h>
41 
42 using namespace fapidxx;
43 
49 {
50  datrw::online_help();
51  return(0);
52 } // int sff_help_details__(void)
53 
54 /* ----- END OF fapid_sff_help_details.cc ----- */
This is the interface usually expected by Fortran programs linking to libsff.a (prototypes) ...
int sff_help_details__(void)
print detailed information about modules in libdatrwxx
Definition: error.cc:44
some helper functions (prototypes)