#include "implicit_f.inc"
Go to the source code of this file.
◆ ani_txt()
| subroutine ani_txt |
( |
character*80 | text, |
|
|
integer | len ) |
Definition at line 29 of file ani_txt.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37 CHARACTER*80 TEXT
38 INTEGER LEN
39
40
41
42 INTEGER CTEXT(81),I
43
44 DO i=1,len
45 ctext(i)=ichar(text(i:i))
46 ENDDO
47 ctext(len+1)=0
48
50
51 RETURN
void write_c_c(int *w, int *len)
◆ ani_txt50()
| subroutine ani_txt50 |
( |
character*80 | text, |
|
|
integer | len ) |
Definition at line 60 of file ani_txt.F.
61
62
63
64#include "implicit_f.inc"
65
66
67
68 CHARACTER*80 TEXT
69 INTEGER LEN
70
71
72
73 INTEGER CTEXT(81),I
74
75 DO i=1,len
76 ctext(i)=ichar(text(i:i))
77 ENDDO
78 ctext(len+1)=0
79
81
82 RETURN