Initial commit
This commit is contained in:
10
LIB386/LIB_SAMP/TEST.C
Normal file
10
LIB386/LIB_SAMP/TEST.C
Normal file
@@ -0,0 +1,10 @@
|
||||
//#include <stdlib.h>
|
||||
|
||||
void InitWave()
|
||||
{
|
||||
int i;
|
||||
void *bad_handle[10];
|
||||
|
||||
for(i=0; i<10; i++)
|
||||
bad_handle[i]=NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user