1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-01 00:45:41 +00:00
kamokan/src/num_to_token.hpp

10 lines
181 B
C++
Raw Normal View History

#pragma once
#include "duckhandy/compatibility.h"
#include <string>
#include <cstdint>
namespace tawashi {
std::string make_token (uint64_t parNum) a_pure;
} //namespace tawashi