This commit is contained in:
2025-09-04 23:14:40 +02:00
parent 2b05f07c1f
commit 337f069d5d
12 changed files with 907 additions and 213 deletions

23
slowurl.h Normal file
View File

@@ -0,0 +1,23 @@
#ifndef SLOWURL_H_
#define SLOWURL_H_
#ifndef SLOWARR_H_
Please include and configure slowarr.h first;
#include "slowarr.h"
#endif
#ifndef SLOWURL_NAMESPACE
#define SLOWURL_NAMESPACE(X) slowurl_##X
#endif
SLOWARR_Header(char);
typedef struct {
} SLOWURL_NAMESPACE();
#ifdef SLOWURL_IMPLEMENTATION
#endif
#endif