libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
is_integer
libgit2_d
example
args
Match an integer string, returning 1 if matched, 0 if not.
package nothrow @
nogc
int
is_integer
(
int
*
out_
,
const
(
char
)*
str
,
int
allow_negative
)
Meta
Source
See Implementation
libgit2_d
example
args
functions
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.