File: globals.tcl

package info (click to toggle)
abacus 0.9.13-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,308 kB
  • ctags: 5,121
  • sloc: ansic: 27,541; cpp: 11,425; tcl: 7,564; makefile: 386; yacc: 327; lex: 265; sh: 221
file content (18 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: globals.tcl,v 1.1 1996/05/23 07:34:08 aml Exp $

proc xxl_home {} {
   global home
   return "$home"
}

proc xxl_library {} {
    return "[xxl_home]/runlib"
}


#
# $Log: globals.tcl,v $
# Revision 1.1  1996/05/23  07:34:08  aml
# Initial revision
#
#