newscandir.c

来自「使用scandir() 函式」· C语言 代码 · 共 4 行

C
4
字号
14.2.6 Scanning the Content of a Directory
A higher-level interface to the directory handling functions is the scandir function. With its help one can select a subset of the entries in a directory, possibly sort them and get a list of names as the result. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?