Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1652 → Rev 1653

/uspace/trunk/libc/generic/io/io.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
* @{
*/
/** @file
*/
 
#include <libc.h>
#include <unistd.h>
#include <stdio.h>
104,3 → 110,9
}
 
 
 
 
/** @}
*/