mirror of
https://github.com/drasko/codezero.git
synced 2026-05-05 18:11:29 +02:00
Missing libc added back
This commit is contained in:
10
conts/libc/src/perror.c
Normal file
10
conts/libc/src/perror.c
Normal 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user