7 lines
52 B
C
7 lines
52 B
C
#ifndef URL_H
|
|
#define URL_H
|
|
|
|
int foo(void);
|
|
|
|
#endif
|
#ifndef URL_H
|
|
#define URL_H
|
|
|
|
int foo(void);
|
|
|
|
#endif
|