Logo
Explore Help
Sign In
mirror/libowfat
1
0
Fork 0
You've already forked libowfat
Code Issues Pull Requests Packages Projects Releases Wiki Activity
libowfat/trysocket.c

10 lines
160 B
C
Raw Normal View History

add trysocket.c
2004-01-08 17:12:39 +00:00
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
$ make WERROR=-Werror now builds with -Werror add some single char escaping routines to fmt.h pull in html5 entities from w3c and use those to do a proper scan_html decoding fix an off-by-one in fmt_to_array add a ton of unit tests for the fmt routines
2014-03-13 22:25:20 +00:00
int main() {
add trysocket.c
2004-01-08 17:12:39 +00:00
int fd=socket(PF_INET,SOCK_STREAM,IPPROTO_TCP);
$ make WERROR=-Werror now builds with -Werror add some single char escaping routines to fmt.h pull in html5 entities from w3c and use those to do a proper scan_html decoding fix an off-by-one in fmt_to_array add a ton of unit tests for the fmt routines
2014-03-13 22:25:20 +00:00
(int)fd;
return 0;
add trysocket.c
2004-01-08 17:12:39 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 105ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API