FreeBSD kernel libkern code
rindex.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/libkern.h>
Include dependency graph for rindex.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
char * rindex (char *p, int ch) const
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
char* rindex ( char *  p,
int  ch 
) const

Definition at line 41 of file rindex.c.