Ruby  2.5.0dev(2017-10-22revision60238)
Functions
strchr.c File Reference
#include "ruby/missing.h"

Go to the source code of this file.

Functions

size_t strlen (const char *)
 
char * strchr (const char *s, int c)
 
char * strrchr (const char *s, int c)
 

Function Documentation

◆ strchr()

char* strchr ( const char *  s,
int  c 
)

Definition at line 8 of file strchr.c.

References strlen().

◆ strlen()

size_t strlen ( const char *  )

◆ strrchr()

char* strrchr ( const char *  s,
int  c 
)

Definition at line 20 of file strchr.c.

References strlen().