You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/suitename/files/suitename-0.3.070628-Wimpli...

34 lines
806 B

--- a/suitename.c
+++ b/suitename.c
@@ -25,7 +25,7 @@
/*0.2.070628 triage reports zeta-1, epsilon-1, delta-1,... Ltriage codes */
/****main()*******************************************************************/
-main(int argc, char** argv)
+int main(int argc, char** argv)
{
int LOK=1,ibin=0,jclst=0;
char sour[32];
--- a/suiteninit.c
+++ b/suiteninit.c
@@ -9,6 +9,8 @@
#include "suiteninpt.h"
#include "suitenout.h"
+#include <ctype.h>
+
/****initializations()********************************************************/
int initializations(void)
{
--- a/suitenutil.c
+++ b/suitenutil.c
@@ -6,6 +6,8 @@
#include "suiteninit.h"
+#include <ctype.h>
+
/****vector7ab()**************************************************************/
void vector7ab(float* atob, float* a, float* b)
{