示例#1
0
文件: rsocket.py 项目: charred/pypy
def ntohs(x):
    return rffi.cast(lltype.Signed, _c.ntohs(x))
示例#2
0
def ntohs(x):
    assert isinstance(x, int)
    return rffi.cast(lltype.Signed, _c.ntohs(x))
示例#3
0
文件: rsocket.py 项目: juokaz/pypy
def ntohs(x):
    assert isinstance(x, int)
    return rffi.cast(lltype.Signed, _c.ntohs(x))