STRNCMP(9) Basic C Library Functions STRNCMP(9)NAMEstrncmp - Compare two length-limited stringsSYNOPSISint strncmp(const char * cs, const char * ct, size_t count);ARGUMENTScs One string ct Another string count The maximum number of bytes to compareCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRNCMP(9)
| Related Man Pages |
|---|
| strncmp(3p) - centos |
| strcasecmp(9f) - sunos |
| strcmp(3) - freebsd |
| strcmp(3) - netbsd |
| strncmp(9f) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Print specific pattern line in c++ |
| search file and put into struct |
| Changing the way arguments are read from program |
| Merge two strings by overlapped region |
| C shell program |