|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tapina.robe.runtime.Block
com.tapina.robe.runtime.CodeBlock
com.tapina.robe.swi.clib.Stub
com.tapina.robe.swi.clib.stdio.FGetS
This function reads a string of characters from the stream in a3 into the character array pointed to by a1. A maximum of (a2-1) characters will be read and in any case reading will terminate at a newline character or end-of-file. If there is an error, a null pointer will be returned but the array contents may still have changed. Returns: Pointer to string read, or a null pointer if there is an error.
Field Summary |
Fields inherited from class com.tapina.robe.swi.clib.Stub |
A1, A2, A3, A4, FP, IP, log, LR, PC, SL, SP, V1, V2, V3, V4, V5, V6 |
Constructor Summary | |
FGetS()
|
Method Summary | |
void |
executeStub(Environment environment)
|
Methods inherited from class com.tapina.robe.swi.clib.Stub |
execute, executeSubroutine, setAddress |
Methods inherited from class com.tapina.robe.runtime.CodeBlock |
isExtendable |
Methods inherited from class com.tapina.robe.runtime.Block |
getAddress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FGetS()
Method Detail |
public void executeStub(Environment environment)
executeStub
in class Stub
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |