2005/01/31 (月) 03:08:54
◆
▼
◇
[mirai]
void main( void ) { void* p = (char*)malloc(1024); if( p ) { free( p ); } else { exit(-1); } }