Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 31, 2025
1 parent 5e199c9 commit 275937e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cleri/kwcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
#include <stdlib.h>
#include <pcre2.h>
#include <string.h>
#include <stdint.h>
#include <cleri/kwcache.h>
#include <assert.h>

#ifndef UINT8_MAX
#define UINT8_MAX (255)
#endif

#define NOT_FOUND UINT8_MAX


Expand Down

0 comments on commit 275937e

Please sign in to comment.