Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Functions
strchr.c File Reference
#include "ruby/missing.h"

Go to the source code of this file.

Functions

size_t strlen (const char *)
 
charstrchr (const char *s, int c)
 
charstrrchr (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().