Asterisk - The Open Source Telephony Project  18.5.0
Functions
gsm_destroy.c File Reference
#include "gsm.h"
#include "config.h"
#include "proto.h"
Include dependency graph for gsm_destroy.c:

Go to the source code of this file.

Functions

void free ()
 
void gsm_destroy P1 ((S), gsm S)
 

Function Documentation

◆ free()

void free ( )

◆ P1()

void gsm_destroy P1 ( (S ,
gsm  S 
)

Definition at line 23 of file gsm_destroy.c.

References free().

24 {
25  free((char *)S);
26 }
void free()