Closed this issue 7 years ago · 1 comments
fsmlite is definitely a C++ lib. Why use the .h extension, indicating that it will be a c-lib? The common way is to either have no extension (as per STL), or to have .hpp (as per Boost), take your pick, but not .h.
See #12.