home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / edit / jade / src / .gdbinit next >
Encoding:
Text File  |  1994-07-08  |  120 b   |  7 lines

  1.  
  2. # prints $$ to standard output
  3. define v
  4. set print_val(cmd_stdout_file(), $), stream_putc(cmd_stdout_file(), '\n')
  5. end
  6.  
  7.