output.h
298 Bytes
/***************************************************************
*
* output.h
* the output function header
*
* 1/3/95 bfs initial version
*
*/
#include <stdio.h>
#ifndef __OUTPUT_H__
#define __OUTPUT_H__
/******* exported prototypes *********/
void wrout(long data, FILE *out);
#endif