! Dummy IE

%routine giveup
  %signal 15,,,"IE = zero"
%end

%external %routine IE editor %alias "IE_EDITOR" %c
                                   (%string (127) in file, out file,
                                    %integer window top, window bottom,
                                    %integer %name start line, start pos,
                                    %string (127) profile,
                                                  keyboard,
                                    %integer options)
  giveup
%end

%external %routine Receive Broadcast %alias "IE_BROADCAST" %c
                                           (%string (255) Message)
  giveup
%end

%external %string (127) %function Default Profile %alias "IE_DEF_PRO"
  giveup
%end

%external %string (127) %function Default Keyboard %alias "IE_DEF_KEY"
  giveup
%end

%external %string (127) %function Default Journal %alias "IE_DEF_JOU"
  giveup
%end

%external %integer Main Buffer Changed %alias "IE_CHANGED_FLAG"
!external %byte Terminal Serial Number %alias "IE_TT_MODEL"
%external %string (31) Journal File %alias "IE_J_FILE"
%external %record (*) %name Preloads %alias "IE_PRELOADS"

%end %of %file
