pixwhile/numberhelper.h

8 lines
139 B
C
Raw Permalink Normal View History

#pragma once
#include <string>
#include <cstdlib>
unsigned long long to_ull(const std::string& str);
int to_int(const std::string& str);