Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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 
)

◆ strlen()

size_t strlen ( const char )

Referenced by strchr(), and strrchr().

◆ strrchr()

char * strrchr ( const char s,
int  c 
)

Definition at line 20 of file strchr.c.

References strlen().

Referenced by rb_feature_provided(), and ruby_init_loadpath().