From 5d8dfe892a2ea89f706ee140c3bdcfd89fe03fda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:40:55 +0100 Subject: Add Redis source code for testing --- .../redis-unstable/deps/fast_float/fast_float_strtod.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/redis-unstable/deps/fast_float/fast_float_strtod.h (limited to 'examples/redis-unstable/deps/fast_float/fast_float_strtod.h') diff --git a/examples/redis-unstable/deps/fast_float/fast_float_strtod.h b/examples/redis-unstable/deps/fast_float/fast_float_strtod.h new file mode 100644 index 0000000..1755076 --- /dev/null +++ b/examples/redis-unstable/deps/fast_float/fast_float_strtod.h @@ -0,0 +1,15 @@ + +#ifndef __FAST_FLOAT_STRTOD_H__ +#define __FAST_FLOAT_STRTOD_H__ + +#if defined(__cplusplus) +extern "C" +{ +#endif + double fast_float_strtod(const char *in, char **out); + +#if defined(__cplusplus) +} +#endif + +#endif /* __FAST_FLOAT_STRTOD_H__ */ -- cgit v1.2.3