Sign in
apache
/
casbin-cpp
/
refs/heads/copilot/fix-ci-error
/
.
/
include
/
casbin
/
ip_parser
/
parser
/
xtoi.h
blob: a8272963deb0081932667094142b3e2ff197b458 [
file
] [
log
] [
blame
]
#ifndef
IP_PARSER_PARSER_XTOI
#define
IP_PARSER_PARSER_XTOI
#include
<string>
#include
<utility>
#include
"./byte.h"
namespace
casbin
{
std
::
pair
<
int
,
int
>
xtoi
(
std
::
string_view s
);
}
// namespace casbin
#endif