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

Go to the source code of this file.

Functions

static bool streq (const char *a, const char *b)
 are a and b equal?
 

Function Documentation

◆ streq()