/********************************************************************
* Description: recvn.c
* Provides a C file for the recvn function from the book Advanced
* Programming in the UNIX Environment by Richard Stevens.
* The function is called repeatedly until n bytes have been received
* from the file descriptor.
*
* Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: LGPL Version 2
* System: Linux
*
* Copyright (c) 2004 All rights reserved.
*
* Last change:
********************************************************************/
extern "C" __cplusplus
};
/* RECVN_H */