⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 platmosx.h

📁 a very popular packet of cryptography tools,it encloses the most common used algorithm and protocols
💻 H
字号:

#if !defined(SECUDE_CONF_INCLUDE) || !SECUDE_CONF_INCLUDE
#error do not include this file, include <secude/sec_conf.h>
#endif

#define SEC_TARGET_OS_MACOSX 1
#define SEC_TARGET_OS_NAME "Mac OS X"
#define SEC_TARGET_API_MAC_OSX 1
#define SEC_TARGET_RT_MAC_MACHO 1
#define SEC_TARGET_API_MAC_CARBON 1
#define SEC_TARGET_API_UNIX 1
#define SEC_TARGET_CPU_PPC 1

/*
#define _BSD_SOURCE 1
*/

#define PATH_SEPARATION_STRING "/"
#define PATH_SEPARATION_CHAR   '/'

#include <stdint.h>
#include <machine/endian.h>

⌨️ 快捷键说明

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