Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Immanuel
/
btpd
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
On solaris bcopy and some other useful functions are declared in strings.h.
master
Richard Nyberg
16 jaren geleden
bovenliggende
b47b55b3bc
commit
06bd2a1a21
7 gewijzigde bestanden
met
toevoegingen van 7
en
0 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
void *
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan