Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
201dabf78546ca712d3541670a5d898dc199854e
/
.
/
usr
/
klibc
/
endmntent.c
blob: 419c3179b052e67323872e9b71aa88089dd0e0fc [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<mntent.h>
int
endmntent
(
FILE
*
fp
)
{
if
(
fp
)
fclose
(
fp
);
return
1
;
}