let test return int so vxWorks doesnt report error

This commit is contained in:
Marty Kraimer
2003-03-25 17:03:01 +00:00
parent 9f529f8ed0
commit ec1f3cf06f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
*/
extern "C" {
void epicsMathTest ( void );
int epicsMathTest ( void );
}
int main ( int , char *[] )