Next: strcat-strcpy, Previous: srand, Up: C library functions [Index]
sscanf FunctionSee Variable arguments.
Note: The C99 standard requires that stdin,
stdout, and stderr should be implemented as
macros, which on some systems (notably Solaris) causes
problems with C-to-object translation. If Ctalk cannot
register these macros as C variables, then either call
sscanf(3) C function with only C variables, or use a method
with stdoutStream or stderrStream
See WriteFileStream, or stdinStream See ReadFileStream.