?? gsm_dest.c
字號(hào):
/* * 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: /home/kbs/jutta/src/gsm/gsm-1.0/src/RCS/gsm_destroy.c,v 1.3 1994/11/28 19:52:25 jutta 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);}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -