Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9eb0cb71099fddd84d285279da5452ea > files > 103

geda-docs-1.6.2-1.fc14.noarch.rpm

(define examples-path (getenv "PWD"))

(define-module (ice-9 ls) :use-module (ice-9 common-list)
			  :use-module (ice-9 string-fun))

(component-library (string-append examples-path "/sym"))
(source-library (string-append examples-path "/sch"))

(display "\nloaded local commonrc\n")