A following integer conversion corresponds to a signed char or unsigned char argument, or a following n
整数変換に対応する引き数がsigned charかunsigned charで、n - JM
return the character written as an unsigned char cast to an int or EOF
はunsigned charとして書き込まれた文字をintにキャストして返す。 - JM
Returns a C unsigned long representation of the contents of pylong. pylong の指す長整数値を、 C の unsigned long 型表現で返します。 - Python
Matches an unsigned decimal integer; the next pointer must be a pointer to "unsigned int" .
符号なしの 10進の整数に対応する。 次のポインタは"unsigned int"へのポインタでなければならない。 - JM
Matches an unsigned hexadecimal integer; the next pointer must be a pointer to "unsigned int" .
符号なしの 16 進の整数に対応する。 次のポインタは"unsigned int"へのポインタでなければならない。 - JM
An unsigned hexadecimal number (an integer).
符号なしの 16 進数 (整数)。 - JM
A following integer conversion corresponds to a short int or unsigned short int argument, or a following n
整数変換に対応する引き数がshort intかunsigned short intで、n - JM
Initially, the glibc interfaces included a cpusetsize argument, typed as "unsigned int" .
最初は、glibc のインタフェースには"unsigned int"型のcpusetsize引き数が入っていた。 - JM
integer available on the architecture (typical values are 4294967295 for
アーキテクチャの最大の unsigned integer - JM
An unsigned octal number (also an integer).
符号なしの 8 進数 (整数)。 - JM
An unsigned decimal number (again, an integer).
符号なしの 10 進数 (整数)。 - JM
reads the next character from stream and returns it as an unsigned char cast to an int ,
は、streamから次の文字をunsigned charとして読み、intにキャストして返す。 - JM
checks whether c is a 7-bit unsigned char value that fits into the ASCII character set.
c が、ASCII文字セットに合致する 7ビットのunsigned charであるかを調べる。 - JM
For an unsigned char c, iscntrl(c) implies iswcntrl(btowc(c)), but not vice versa.
unsigned char 型である c に対しては、iscntrl(c) は暗黙的にiswcntrl(btowc(c)) を行う。 - JM
(ell-ell). A following integer conversion corresponds to a long long int or unsigned long long int argument, or a following n
整数変換に対応する引き数がlong long intかunsigned long long intで、n - JM
function converts the unsigned integer hostlong from host byte order to network byte order.
関数は unsigned integer hostlong をホストバイトオーダーからネットワークバイトオーダーに変換する。 - JM
function converts the unsigned short integer hostshort from host byte order to network byte order.
関数は unsigned short integer hostshort をホストバイトオーダーからネットワークバイトオーダーに変換する。 - JM
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.