gemhadar/lib/url.c
2024-06-20 15:56:46 +01:00

7 lines
51 B
C

#include "url.h"
int foo(void)
{
return 42;
}