📄 issetugid.c
字号:
/* $Id: issetugid.c,v 1.6 1999/05/13 16:35:57 karls Exp $ */#ifdef HAVE_CONFIG_H#include "autoconf.h"#endif /* HAVE_CONFIG_H */#include "common.h"#if !HAVE_ISSETUGIDintissetugid(){ return 1; /* don't know, better safe than sorry. */}#elsestatic void avoid_error __P((void));static void avoid_error(){ avoid_error();}#endif /* !HAVE_ISSETUGID */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -