Luna/kernel/include/utils/StringParsing.h

4 lines
85 B
C

#pragma once
long parse_decimal(const char* str);
long parse_octal(const char* str);