1 /*  -- translated by f2c (version 20100827).
2    You must link the resulting object file with libf2c:
3 	on Microsoft Windows system, link with libf2c.lib;
4 	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
5 	or, if you install libf2c.a in a standard place, with -lf2c -lm
6 	-- in that order, at the end of the command line, as in
7 		cc *.o -lf2c -lm
8 	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
9 
10 		http://www.netlib.org/f2c/libf2c.zip
11 */
12 
13 #include "libtinyf2c.h"
14 
15 /* ----------------------------------------------------------------------- */
16 /*     Copyright (C) 2000-2004 GFD Dennou Club. All rights reserved. */
17 /* ----------------------------------------------------------------------- */
sgstrn_0_(int n__,integer * itr)18 /* Subroutine */ int sgstrn_0_(int n__, integer *itr)
19 {
20     extern /* Subroutine */ int sgiget_(char *, integer *, ftnlen), sgiset_(
21 	    char *, integer *, ftnlen);
22 
23     switch(n__) {
24 	case 1: goto L_sgqtrn;
25 	}
26 
27     sgiset_("ITR", itr, (ftnlen)3);
28     return 0;
29 /* ----------------------------------------------------------------------- */
30 
31 L_sgqtrn:
32     sgiget_("ITR", itr, (ftnlen)3);
33     return 0;
34 } /* sgstrn_ */
35 
sgstrn_(integer * itr)36 /* Subroutine */ int sgstrn_(integer *itr)
37 {
38     return sgstrn_0_(0, itr);
39     }
40 
sgqtrn_(integer * itr)41 /* Subroutine */ int sgqtrn_(integer *itr)
42 {
43     return sgstrn_0_(1, itr);
44     }
45 
46