libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
is_integer
libgit2
example
args
Match an integer string, returning 1 if matched, 0 if not.
extern (
C
) nothrow @
nogc
public
int
is_integer
(
int
*
out_
,
const
(
char
)*
str
,
int
allow_negative
)
Meta
Source
See Implementation
libgit2
example
args
functions
ARGS_CURRENT
ARGS_INFO_INIT
is_integer
is_prefixed
match_arg_separator
match_bool_arg
match_int_arg
match_str_arg
match_uint16_arg
match_uint32_arg
optional_str_arg
strarray_from_args
structs
args_info
Match an integer string, returning 1 if matched, 0 if not.