.title $$prmt Command line prompt string pointer .ident "V02.00" ;+ ; Index Command line prompt string pointer ; ; Usage ; ; char *$$prmt = "Prompt string"; ; ; Description ; ; This string pointer may be used to define ones own command line ; prompt. If this is not defined by the user then the default ; prompt (task name) will appear. ;- ; Edit history ; V02.00 19-Oct-82 TTC Rework of CS library ; .psect c$data $$prmt:: .word 0 .end