?? gsm_destroy.c
字號:
/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. *//* $Header: /cvsroot/linphone/linphone/gsmlib/gsm_destroy.c,v 1.1.1.1 2001/11/19 19:50:12 smorlat Exp $ */#include "gsm.h"#include "config.h"#include "proto.h"#ifdef HAS_STDLIB_H# include <stdlib.h>#else# ifdef HAS_MALLOC_H# include <malloc.h># else extern void free();# endif#endifvoid gsm_destroy P1((S), gsm S){ if (S) free((char *)S);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -