identify.h
来自「LINUX lilo-22.7.1 源代码。」· C头文件 代码 · 共 26 行
H
26 行
/* identify.h - Translate label names to kernel pathsCopyright 1992-1995 Werner Almesberger.Copyright 1999-2004 John Coffman.All rights reserved.Licensed under the terms contained in the file 'COPYING' in the source directory.*/#ifndef IDENTIFY_H#define IDENTIFY_Hvoid identify_image(char *label,char *options);/* Identifies the image which is referenced by the label. Prints the path name to standard output. If options is non-NULL, the following characters are used to filter the selection: i = traditional image, c = compound image, v = verify that the file exists. An error message is printed to standard error if no appropriate image can be found. */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?