📄 m_foil.c
字号:
/* m_foil.c - foil search of .mh_profile */#include "../h/mh.h"#include <stdio.h>void m_foil (path)char *path;{ register struct node *np; defpath = context = "/dev/null"; if (path) { np = m_defs = (struct node *) malloc (sizeof *np); if (np == NULL) adios (NULLCP, "unable to allocate profile storage"); np -> n_name = getcpy ("Path"); np -> n_field = getcpy (path); np -> n_context = 0; np -> n_next = NULL; if (mypath == NULL && (mypath = getenv ("HOME")) != NULL) mypath = getcpy (mypath); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -