vcrt71.sbp 関数リファレンス

stdio.sbpctype.sbpstring.sbpstdlib.sbpmath.sbptime.sbp
fopen
freopen
fflush
remove
fclose
rename
tmpfile
tmpnam
setvbuf
setbuf
fprintf
printf
sprintf
fscanf
scanf
sscanf
fgetc
fgets
fputc
fputs
getc
getchar
gets
putc
putchar
puts
ungetc
fread
fwrite
fseek
ftell
rewind
fgetpos
fsetpos
clearerr
feof
ferror
perror
isalpha
isupper
islower
isdigit
isxdigit
isspace
ispunct
isalnum
isprint
isgraph
iscntrl
toupper
tolower
tolower
_toupper
strcpy
strncpy
strcat
strncat
strcmp
strncmp
strchr
strrchr
strspn
strcspn
strpbrk
strstr
strlen
strerror
strtok
memmove
memcmp
memchr
memset
atof
atoi
atol
strtod
strtol
strtoul
rand
srand
calloc
malloc
realloc
free
abort
exit
atexit
system
getenv
bsearch
qsort
abs
labs
div
ldiv
ceil
fabs
exp
ldexp
frexp
modf
fmod
log
log10
pow
sqrt
sin
asin
sinh
cos
acos
cosh
tan
atan
atan2
tanh
time
clock
difftime
mktime
asctime
ctime
gmtime
localtime
strftime

定数

Const EOF= -1
Const SEEK_CUR = 1
Const SEEK_END = 2
Const SEEK_SET = 0
Const _IOREAD =&h0001
Const _IOWRT =&h0002
Const _IOFBF =&h0000
Const _IOLBF =&h0040
Const _IONBF =&h0004
Const _IOMYBUF =&h0008
Const _IOEOF =&h0010
Const _IOERR =&h0020
Const _IOSTRG =&h0040
Const _IORW =&h0080
Const _IOAPPEND =&h0200
Const BUFSIZ = 512
Const TMP_MAX = 32767
Const _P_tmpdir = "/"
Const L_tmpnam = 2 + 12 '_P_tmpdir + 12
Const M_E = 2.71828182845904523536
Const M_LOG2E = 1.44269504088896340736
Const M_LOG10E = 0.434294481903251827651
Const M_LN2 = 0.693147180559945309417
Const M_LN10 = 2.30258509299404568402
Const M_PI = 3.14159265358979323846
Const M_PI_2 = 1.57079632679489661923
Const M_PI_4 = 0.785398163397448309616
Const M_1_PI = 0.318309886183790671538
Const M_2_PI = 0.636619772367581343076
Const M_2_SQRTPI= 1.12837916709551257390
Const M_SQRT2 = 1.41421356237309504880
Const M_SQRT1_2 = 0.707106781186547524401

その他注意など

vcrt71.sbpには上記以外の関数も含まれています。
stdin,stdout,stderrはstdio.sbpで定義しています。
K&R 2nd日本語訳参照。

▲戻る | フレームあり | サイトマップ