5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
![]() |
extern public void xxx ()
|
||
|
{
|
||
|
CPoint test = null ;
|
||
|
if ( test == null ) show ( "NULL" );
|
||
|
}
|