/usr/include/skel/skel_xml_output.h is in libadios-dev 1.5.0-1ubuntu7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #ifndef SKEL_XML_OUTPUT_H
#define SKEL_XML_OUTPUT_H
int skel_write_coarse_xml_data (double open_time, double write_time, double close_time, double total_time);
#endif
|