003 File Manager
Current Path:
/usr/src/sys/dev/zlib
usr
/
src
/
sys
/
dev
/
zlib
/
📁
..
📄
zcalloc.c
(609 B)
📄
zcalloc.h
(255 B)
📄
zlib_mod.c
(1.77 KB)
Editing: zcalloc.h
/* * This file is in the public domain. * $FreeBSD$ */ #ifndef _DEV_ZLIB_ZCALLOC_ #define _DEV_ZLIB_ZCALLOC_ #include <contrib/zlib/zutil.h> #undef local void *zcalloc_waitok(void *, u_int, u_int); void *zcalloc_nowait(void *, u_int, u_int); #endif
Upload File
Create Folder