名前
CORBA_free - メモリ領域の解放
形式
#include <orb.h> void CORBA_free( void *mem ) ;
機能説明
CORBA_free()は、memで指定されたポインタの領域を解放します。
パラメタ
解放するメモリを指すポインタ。
復帰値
なし。