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    
pandas / _libs / src / headers / stdint.h
Size: Mime:
#ifndef _PANDAS_STDINT_H_
#define _PANDAS_STDINT_H_

#if defined(_MSC_VER) && (_MSC_VER < 1900)
#include "ms_stdint.h"
#else
#include <stdint.h>
#endif

#endif