ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/staticperl/src/main.c
Revision: 1.1
Committed: Fri Jul 1 02:16:14 2005 UTC (21 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 #include "staticperl.h"
2
3 int main (void)
4 {
5 staticperl_init ();
6 staticperl_cleanup ();
7
8 return 0;
9 }
10