aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libU77/srand_.c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libU77/srand_.c')
-rw-r--r--libf2c/libU77/srand_.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libf2c/libU77/srand_.c b/libf2c/libU77/srand_.c
index 1228018..822d980 100644
--- a/libf2c/libU77/srand_.c
+++ b/libf2c/libU77/srand_.c
@@ -24,8 +24,9 @@ Boston, MA 02111-1307, USA. */
#endif
#include "f2c.h"
-/* Subroutine */
-int G77_srand_0 (const integer *seed)
+/* Subroutine */
+int
+G77_srand_0 (const integer * seed)
{
srand ((unsigned int) *seed);
return 0;