fix paste error
This commit is contained in:
@@ -133,39 +133,4 @@ wend
|
|||||||
close #1
|
close #1
|
||||||
close #2
|
close #2
|
||||||
system("mv outmain.c main.c")
|
system("mv outmain.c main.c")
|
||||||
system("rm tmpmain.c")
|
system("rm tmpmain.c")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tring);"
|
|
||||||
print #2 " return 0;"
|
|
||||||
print #2 " }"
|
|
||||||
print #2 " return 1;"
|
|
||||||
print #2 "}"
|
|
||||||
print #2 ""
|
|
||||||
print #2 ""
|
|
||||||
|
|
||||||
found = 0
|
|
||||||
|
|
||||||
while (found = 0)
|
|
||||||
line input #1 a$
|
|
||||||
if (not instr(a$, "static int mybind(char *bound)")) then
|
|
||||||
found = 0
|
|
||||||
else
|
|
||||||
found = 1
|
|
||||||
print #2 a$
|
|
||||||
end if
|
|
||||||
wend
|
|
||||||
|
|
||||||
while (not eof(1))
|
|
||||||
line input #1 a$
|
|
||||||
print #2 a$
|
|
||||||
wend
|
|
||||||
|
|
||||||
close #1
|
|
||||||
close #2
|
|
||||||
system("mv outmain.c main.c")
|
|
||||||
system("rm tmpmain.c")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user