quickfix-ffi 0.2.1

Low level binding to quickfix C++ library
Documentation
1
2
3
4
5
6
7
#ifdef _MSC_VER

extern "C"
  char *
  strptime( const char *buf, const char *fmt, struct tm *tm );

#endif