Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 227 |
dpurdie |
1 |
#include "stdio.h"
|
|
|
2 |
|
|
|
3 |
int main()
|
|
|
4 |
{
|
|
|
5 |
printf( "ERROR: Attempt to use an uncontrolled version of \'ant\'\n" );
|
|
|
6 |
printf( "ERROR: This program is provided by JATS to capture uncontrolled program usage'\n" );
|
|
|
7 |
return 3;
|
|
|
8 |
}
|