📄 ch3i_get_business_card.c
字号:
/* -*- Mode: C; c-basic-offset:4 ; -*- *//* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */#include "mpidi_ch3_impl.h"/* FIXME: This doesn't need to be in a separate file. And is there a better way to specify which business card routines to use ? */#undef FUNCNAME#define FUNCNAME MPIDI_CH3I_Get_business_card#undef FCNAME#define FCNAME MPIDI_QUOTE(FUNCNAME)int MPIDI_CH3I_Get_business_card(char *value, int length){ return MPIDI_CH3U_Get_business_card_sshm(&value, &length);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -