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 |
|---|
| strncat(3) - centos |
| strncpy(3) - linux |
| strcpy(3) - linux |
| strcat(3) - suse |
| strncat(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |