Missing libc added back

This commit is contained in:
Bahadir Balban
2009-09-21 14:30:19 +03:00
parent 3b08ce304d
commit c49dd29a41
126 changed files with 14633 additions and 0 deletions

10
conts/libc/src/perror.c Normal file
View File

@@ -0,0 +1,10 @@
/*
* 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>