-
Notifications
You must be signed in to change notification settings - Fork 0
Classes
valenj18 edited this page Dec 8, 2012
·
5 revisions
- 0xffffffff
- value - int32 hodnota
- value - reference na double
- length - uint32 délka
- value - reference na string
- file - reference na FILE*
- metoda 0 - int open(file)
- metoda 1 - void close(file)
- metoda 2 - void write(file, object)
- metoda 3 - string readLine(file)
- metoda 4 - int readInt(file)
- metoda 5 - real readReal(file)
- metoda 0 - void print(object)
- metoda 1 - string readLine()
- metoda 2 - int readInt()
- metoda 3 - real readReal()