stubs.c

来自「linux下的专门用于处理PKCS11的c++库和源代码 非常好用」· C语言 代码 · 共 15 行

C
15
字号
/* -*- Mode: C; tab-width: 4; -*- *//******************************************************************************* * Simple LiveConnect Sample Plugin * Copyright (c) 1996 Netscape Communications. All rights reserved. ******************************************************************************//*** Ok, so we don't usually include .c files (only .h files) but we're** doing it here to avoid some fancy make rules. First pull in the common** glue code:*/#ifdef XP_UNIX#include "npunix.c"#endif

⌨️ 快捷键说明

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