scan_plusminus(3) Library Functions Manual scan_plusminus(3)NAMEscan_plusminus - parse '+' or '-'SYNTAX#include <scan.h> size_t scan_plusminus(const char *src,int *dest);DESCRIPTIONscan_plusminus parses an ASCII '+' or '-' sign from src, sets dest 1 or -1, respectively, and returns 1. If neither is found, '+' is assumed and 0 is returned. scan_plusminus(3)
| Related Man Pages |
|---|
| strncpy(3) - linux |
| strcat(3) - debian |
| strncat(3) - debian |
| strcpy(3) - suse |
| strncpy(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| New UNIX and Linux History Sections |