STRTOBOOL(9) Basic C Library Functions STRTOBOOL(9)NAMEstrtobool - convert common user inputs into boolean valuesSYNOPSISint strtobool(const char * s, bool * res);ARGUMENTSs input string res resultDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRTOBOOL(9)
| Related Man Pages |
|---|
| timerisset(3) - netbsd |
| timespecclear(3) - netbsd |
| timespecisset(3) - netbsd |
| ovrimos_fetch_row(3) - php |
| uri::fetch::response(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |
| [TIP] Processing YAML files with yq |