Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
int putw( int n, FILE *fp )- prototype in stdio.h - puts integer word n to stream fp - returns n or EOF on error. Use ferror() to verify if EOF is returned, since -1 is a legitimate integer.
[helppc.bosbyte.nl] putw Home Back Topics