strtobool(9) centos man page | unix.com

Man Page: strtobool

Operating Environment: centos

Section: 9

STRTOBOOL(9)						     Basic C Library Functions						      STRTOBOOL(9)

NAME
strtobool - convert common user inputs into boolean values
SYNOPSIS
int strtobool(const char * s, bool * res);
ARGUMENTS
s input string res result
DESCRIPTION
This routine returns 0 iff the first character is one of 'Yy1Nn0'. Otherwise it will return -EINVAL. Value pointed to by res is updated upon finding a match.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRTOBOOL(9)
Related Man Pages
timerisset(3) - netbsd
timespecclear(3) - netbsd
timespecisset(3) - netbsd
mojo::message::response(3pm) - debian
uri::fetch::response(3pm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq