35 |
__attribute__((__noreturn__)) |
__attribute__((__noreturn__)) |
36 |
__attribute__((__format__(printf, 1, 2))); |
__attribute__((__format__(printf, 1, 2))); |
37 |
|
|
38 |
|
void fatal_command_line(const char * format, ...) |
39 |
|
__attribute__((__noreturn__)) |
40 |
|
__attribute__((__format__(printf, 1, 2))); |
41 |
|
|
42 |
size_t addst(size_t x, size_t y); |
size_t addst(size_t x, size_t y); |
43 |
|
|
44 |
size_t mulst(size_t x, size_t y); |
size_t mulst(size_t x, size_t y); |
100 |
|
|
101 |
void free_dir_list(struct DirListEntry * list); |
void free_dir_list(struct DirListEntry * list); |
102 |
|
|
103 |
#ifndef HAVE_CLOSESOCKET |
#ifndef HAVE_STRNDUP |
104 |
int closesocket(int s); |
char * strndup(const char * s, size_t size); |
105 |
#endif |
#endif |
106 |
|
|
107 |
#ifndef HAVE_VASPRINTF |
#ifndef HAVE_VASPRINTF |