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) - linux |
| strncpy(3) - redhat |
| strncat(3) - debian |
| stpncpy(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |