16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
-
+
-
+
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;
;;======================================================================
(require-library iup)
(import (prefix iup iup:))
(use canvas-draw)
(import canvas-draw)
(use srfi-1 regex regex-case srfi-69)
(declare (unit gutilsmod))
(module gutilsmod
*
(import scheme chicken data-structures extras srfi-1)
(import scheme chicken.base chicken.string srfi-1)
(include "gutils-inc.scm")
)
|