:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
strchrnul(9) - phpMan

Command: man perldoc info search(apropos)  


STRCHRNUL(9)                        Basic C Library Functions                        STRCHRNUL(9)



NAME
       strchrnul - Find and return a character in a string, or end of string

SYNOPSIS
       char * strchrnul(const char * s, int c);

ARGUMENTS
       s
           The string to be searched

       c
           The character to search for

DESCRIPTION
       Returns pointer to first occurrence of 'c' in s. If c is not found, then return a pointer
       to the null byte at the end of s.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                              STRCHRNUL(9)


/man
rootr.net - man pages