libc: Make string_to_integer_type static
This commit is contained in:
parent
35616993f8
commit
19ee21ae5a
@ -4,7 +4,7 @@
|
||||
#include <sys/syscall.h>
|
||||
#include <unistd.h>
|
||||
|
||||
template <typename T> T string_to_integer_type(const char* str)
|
||||
template <typename T> static T string_to_integer_type(const char* str)
|
||||
{
|
||||
bool neg = false;
|
||||
T val = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user