aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/bytestr-internal.h
blob: effb0c59d23a5c929272ae1f7d3c67aa25f8f2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#ifndef BYTESTR_INTERNAL_H
#define BYTESTR_INTERNAL_H

struct stringkey_s
{
  char const *s ;
} ;

#endif