Incorporate bsdmake into buildsystem and reorganize libs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* putc.c - print (or buffer) one character
|
||||
*/
|
||||
/* $Header$ */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
(putc)(int c, FILE *stream)
|
||||
{
|
||||
return putc(c, stream);
|
||||
}
|
||||
Reference in New Issue
Block a user