repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Uninitialized vector entry?
[minix3.git]
/
lib
/
stdio
/
getc.c
blob
ff8745ecfc311f58a7d4c0392491fb3c545f3eac
1
/*
2
* getc.c - read an unsigned character
3
*/
4
/* $Header$ */
5
6
#include <stdio.h>
7
8
int
9
(
getc
)(
FILE
*
stream
)
10
{
11
return
getc
(
stream
);
12
}