⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compatibility.cpp

📁 LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provide
💻 CPP
字号:
#include "compatibility.hpp"#ifndef HAVE_STRTOLLlong long int strtoll(const char *nptr, char **endptr, int base) {    return strtol(nptr, endptr, base);}#endif#ifndef HAVE_STRTOFfloat strtof (const char *nptr, char **endptr) {#ifdef HAVE_ATOF    return atof(nptr);#endif}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -