Fortran SFF API to data I/O streams in C++
fapid_sff_help_formats.cc
Go to the documentation of this file.
1 
35 #define TF_FAPID_SFF_HELP_FORMATS_CC_VERSION \
36  "TF_FAPID_SFF_HELP_FORMATS_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::supported_data_types();
51  return(0);
52 } // int sff_help_formats__(void)
53 
54 /* ----- END OF fapid_sff_help_formats.cc ----- */
This is the interface usually expected by Fortran programs linking to libsff.a (prototypes) ...
Definition: error.cc:44
int sff_help_formats__(void)
list supported data formats
some helper functions (prototypes)