dirent.h
来自「tcl是工具命令语言」· C头文件 代码 · 共 24 行
H
24 行
/* * dirent.h -- * * This file is a replacement for <dirent.h> in systems that * support the old BSD-style <sys/dir.h> with a "struct direct". * * Copyright (c) 1991 The Regents of the University of California. * Copyright (c) 1994 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: dirent.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ */#ifndef _DIRENT#define _DIRENT#include <sys/dir.h>#define dirent direct#endif /* _DIRENT */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?