#include #include void main(){ $proc p = $self; if(p != $proc_null){ printf("I'm not null.\n"); } }