Files
slow-libs/slowurl.h
2025-09-05 12:13:53 +02:00

24 lines
318 B
C

#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