/
niceSOFT
/
wget2
Обзор
Документация
Войти
/
niceSOFT
/
wget2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libwget/test_linking_thread.c
14 строк
306 B
Tim Rühsen
Generate library libwget_thread
17 фев 2020, 13:00
17 фев 2020, 13:00
d95354d
Код
Авторство
О чём код?
// Just a test for static linking. // We call one function from each object file in libwget_thread // Unresolved references should come up on linking. #include <config.h> #include <wget.h> int main(void) { wget_thread_mutex mutex; wget_thread_mutex_init(&mutex); wget_thread_mutex_destroy(&mutex); }