identify.h
来自「linux 的引导程序源码The Microsoft® Windows&r」· C头文件 代码 · 共 18 行
H
18 行
/* identify.h - Translate label names to kernel paths *//* Copyright 1992-1995 Werner Almesberger. See file COPYING for details. */#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 + -
显示快捷键?