vessel/core/include/switch.h
Arija A. 7a848b778c
refact: Update formats of header guards.
Signed-off-by: Arija A. <ari@ari.lt>
2025-06-14 16:07:35 +03:00

13 lines
258 B
C

#ifndef VESSEL_SWITCH_H_
#define VESSEL_SWITCH_H_
#include "conf.h"
#include "def.h"
/* Static switch cases for strings. */
uint64_t vs_switch_hash(const char *src);
uint64_t vs_switch_hashn(const char *input, size_t len);
#endif /* VESSEL_SWITCH_H_ */