9945f33886
It's no longer intended to provide just "raw" socket interface, may include some convenience methods for compatibility with CPython socket - but anyway just minimal set required to deal with socket client and servers, not wider network functionality.
16 lines
184 B
C
16 lines
184 B
C
// qstrs specific to this port
|
|
|
|
Q(argv)
|
|
Q(open)
|
|
Q(stdin)
|
|
Q(stdout)
|
|
Q(stderr)
|
|
Q(rawsocket)
|
|
Q(socket)
|
|
Q(sockaddr_in)
|
|
Q(htons)
|
|
Q(inet_aton)
|
|
Q(gethostbyname)
|
|
Q(getaddrinfo)
|
|
Q(microsocket)
|