📄 lnet.h
字号:
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: */#ifndef __LNET_H__#define __LNET_H__/* * lnet.h * * User application interface file */#if defined(__linux__)#include <lnet/linux/lnet.h>#elif defined(__APPLE__)#include <lnet/darwin/lnet.h>#elif defined(__WINNT__)#include <lnet/winnt/lnet.h>#else#error Unsupported Operating System#endif#include <lnet/types.h>#include <lnet/api.h>#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -