📄 plathpux.h
字号:
/*###*****************************************
*###
*### SECUDE IT Security GmbH
*###
*### Copyright (c) 2004-2006
*###
*### File ./include/secude/platform/plathpux.h
*###
*### global functions:
*###
*###*****************************************/
/*
* Platform specific header for HP HP-UX
*/
#if !defined(SECUDE_CONF_INCLUDE) || !SECUDE_CONF_INCLUDE
#error do not include this file, include <secude/sec_conf.h>
#endif
#define SEC_TARGET_OS_HPUX 1
#define SEC_TARGET_OS_NAME "HP-UX"
#define SEC_TARGET_API_UNIX 1
#define SEC_TARGET_CPU_HPPA 1
#include <sys/types.h>
#ifndef __ia64
#ifndef __INTTYPES_INCLUDED
#include <model.h>
typedef u_int8 uint8_t;
typedef u_int16 uint16_t;
typedef u_int32 uint32_t;
typedef int8 int8_t;
typedef int16 int16_t;
typedef int32 int32_t;
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -