aboutsummaryrefslogtreecommitdiffstats
path: root/mbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbf.h')
-rw-r--r--mbf.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/mbf.h b/mbf.h
new file mode 100644
index 0000000..d02b489
--- /dev/null
+++ b/mbf.h
@@ -0,0 +1,25 @@
+#ifndef INCLUDE_BLASSIC_MBF_H
+#define INCLUDE_BLASSIC_MBF_H
+
+// mbf.h
+// Revision 7-feb-2005
+
+// Routines to convert from/to Microsoft Binary Format.
+
+
+#include <string>
+
+
+namespace mbf {
+
+double mbf_s (const std::string & s);
+double mbf_d (const std::string & s);
+
+std::string to_mbf_s (double v);
+std::string to_mbf_d (double v);
+
+} // namespace mbf
+
+#endif
+
+// End of mbf.h
Un proyecto texto-plano.xyz