issetugid.c
来自「sock protocol ,it is useful!」· C语言 代码 · 共 23 行
C
23 行
/* $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 + =
减小字号Ctrl + -
显示快捷键?