Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions
strchr.c File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

#include "ruby/missing.h"
Include dependency graph for strchr.c:

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().