source: tags/initial/lib/macro.head

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 182 bytes
Line 
1#!/usr/arb/bin/perl
2use lib "$ENV{'ARBHOME'}/lib/";
3use ARB;
4
5$gb_main = ARB::open(":","r");
6if (! $gb_main ) {
7    $error = ARB::get_error();
8    print ("$error\n");
9    exit 0;
10}
11
Note: See TracBrowser for help on using the repository browser.