
Description | Example | Error
Name: |
int gl_scexit( ) | |
Inputs: |
None |
|
Returns: |
0 |
|
|
-1 |
|
Includes: |
gfsc.h |
|
The gl_scexit( ) function must be called before program termination.
#include "gfsc.h"
status = gl_scexit( );
if ( status != 0 )
{
fprintf(stderr,"failed gl_scexit:"
" %d\n",status );
}
return (status);
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation