Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
startswith.h File Reference
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
Include dependency graph for startswith.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static bool startswith (const char *s, const char *prefix)
 does the string s begin with the string prefix?
 

Function Documentation

◆ startswith()

static bool startswith ( const char *  s,
const char *  prefix 
)
inlinestatic