Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

fprintf

You are here: irt.org | FOLDOC | fprintf

<library> Variant of the C library routine printf which prints to a given stream. E.g.

	fprintf(stderr, "%s: can't open file \"%s\".",
		argv[0], argv[1]);

which prints to the "standard error" output stream.

(1995-04-25)

Nearby terms: FPM « FP/M « FPM DRAM « fprintf » fps » FPU » FQDN

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb