queue.c

来自「GNOME下的短信息发送中心」· C语言 代码 · 共 16 行

C
16
字号
/* * globel struct for the message queue * * Authors:     Michael Jochum <e9725005@stud3.tuwien.ac.at> *              Gerhard Khueny <e9625442@student.tuwien.ac.at> * TODO:         * * Fixes: * * For license terms, see the file COPYING in the project directory. */#include <glib.h>GList *sms_queue;  /* elements are of the type Gsms */

⌨️ 快捷键说明

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