#include "sys.h" .define _vhangup .extern _errno _vhangup: sys local; .data2 0f bcc 1f mov r0,_errno mov $-1,r0 1: rts pc .sect .data 0: sys vhangup