Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
Immanuel
/
btpd
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
On solaris bcopy and some other useful functions are declared in strings.h.
master
Richard Nyberg
16 лет назад
Родитель
b47b55b3bc
Сommit
06bd2a1a21
7 измененных файлов
:
7 добавлений
и
0 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-0
btpd/btpd.h
+1
-0
cli/btcli.h
+1
-0
misc/benc.c
+1
-0
misc/http_client.c
+1
-0
misc/iobuf.c
+1
-0
misc/metainfo.c
+1
-0
misc/subr.c
+ 1
- 0
btpd/btpd.h
Просмотреть файл
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <benc.h>
+ 1
- 0
cli/btcli.h
Просмотреть файл
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include "btpd_if.h"
+ 1
- 0
misc/benc.c
Просмотреть файл
@@ -5,6 +5,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "benc.h"
#include "subr.h"
+ 1
- 0
misc/http_client.c
Просмотреть файл
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include "iobuf.h"
+ 1
- 0
misc/iobuf.c
Просмотреть файл
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "iobuf.h"
#include "subr.h"
+ 1
- 0
misc/metainfo.c
Просмотреть файл
@@ -4,6 +4,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <openssl/sha.h>
+ 1
- 0
misc/subr.c
Просмотреть файл
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
void *
Редактирование
Предпросмотр
|
|
|
|
|
|
x
0
0
0:0
Загрузка…
Отмена
Сохранить