#pragma once

long parse_decimal(const char* str);
long parse_octal(const char* str);