mktemp.h

来自「OpenSSL Source code for SFTP, SSH, and m」· C头文件 代码 · 共 14 行

H
14
字号
/* $Id: mktemp.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */#ifndef _BSD_MKTEMP_H#define _BSD_MKTEMP_H#include "config.h"#ifndef HAVE_MKDTEMPint mkstemps(char *path, int slen);int mkstemp(char *path);char *mkdtemp(char *path);#endif /* !HAVE_MKDTEMP */#endif /* _BSD_MKTEMP_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?