Files
codezero/conts/libc/src/perror.c
2009-09-21 14:30:19 +03:00

11 lines
222 B
C

/*
* A temporary mock-up perror implementation just
* for quick testing purposes. When a proper C library is
* ported, its implementation should be used.
*
* Copyright (C) 2008 Bahadir Balban
*/
#include <stdio.h>