2024-06-20 15:56:46 +01:00

7 lines
52 B
C

#ifndef URL_H
#define URL_H
int foo(void);
#endif