1 |
/* |
/* |
2 |
jscoverage.c - main routine for `jscoverage' program |
jscoverage.c - main routine for `jscoverage' program |
3 |
Copyright (C) 2007, 2008, 2009 siliconforks.com |
Copyright (C) 2007, 2008, 2009, 2010 siliconforks.com |
4 |
|
|
5 |
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
6 |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |
35 |
int main(int argc, char ** argv) { |
int main(int argc, char ** argv) { |
36 |
int verbose = 0; |
int verbose = 0; |
37 |
|
|
|
// program = argv[0]; |
|
38 |
program = "jscoverage"; |
program = "jscoverage"; |
39 |
|
|
40 |
char * source = NULL; |
char * source = NULL; |