#include "mathlink.h"/* get the link id number */void f(MLINK lp){ long idnumber; idnumber = MLToLinkID(lp); if(idnumber == 0) { /* unable to get the link id number */ }}