16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit configfmod))
(declare (uses mtargs))
(declare (uses debugprint))
;; (declare (uses keysmod))
(module configfmod
*
(import srfi-1
|
|
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit configfmod))
(declare (uses mtargs))
;; (declare (uses debugprint))
;; (declare (uses keysmod))
(module configfmod
*
(import srfi-1
|