Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
quickfix_ruby / ext / quickfix / strptime.h
Size: Mime:
#ifdef _MSC_VER

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

#endif