aboutsummaryrefslogtreecommitdiffstats
path: root/mbf.h
blob: d02b48969624c624544d5555586699fb51a9e8d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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