title   "WHO command for tShell"
;
;       (c) 1985 S. Kluger. All Rights Reserved.
;
;       This program displays all users currently
;       logged on the system.
;
cr      equ     0dh
lf      equ     0ah
cfunc   equ     5
tfunc   equ     50h
;
z80
request syslib
;
       dseg
;
       include TSHELL.DEF
;