Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Увійти
Immanuel
/
btpd
Слідкувати
1
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
0
Релізи
0
Вікі
Активність
Переглянути джерело
On solaris bcopy and some other useful functions are declared in strings.h.
master
Richard Nyberg
16 роки тому
джерело
b47b55b3bc
коміт
06bd2a1a21
7 змінених файлів
з
7 додано
та
0 видалено
Розділений перегляд
Параметри порівняння
Показати статистику
Завантажити патч
Завантажити файл різниці
+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 *
Писати
Попередній перегляд
Завантаження…
Відмінити
Зберегти