📄 identify.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -