-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#380 Use only minor version in installation path
Additional fix bug in resolving correct libraries.
- Loading branch information
1 parent
23f76a3
commit 6628367
Showing
10 changed files
with
81 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,39 @@ | ||
# ::corto::io | ||
### print(string str) | ||
#### str | ||
### println(string str) | ||
#### str | ||
### readln() | ||
#### Returns | ||
|
||
## file | ||
|
||
### binary | ||
### construct() | ||
|
||
#### Returns | ||
|
||
### destruct() | ||
|
||
### flush() | ||
|
||
### handle | ||
### mode | ||
### name | ||
### read(uint32 bytes) | ||
|
||
#### bytes | ||
|
||
#### Returns | ||
|
||
### readAll() | ||
|
||
#### Returns | ||
|
||
### readLn() | ||
|
||
#### Returns | ||
|
||
### readText() | ||
|
||
#### Returns | ||
|
||
### write(sequence{octet,0} data) | ||
|
||
#### data | ||
|
||
#### Returns | ||
|
||
### writeText(string txt) | ||
|
||
#### txt | ||
|
||
#### Returns | ||
|
||
### print(string str) | ||
|
||
#### str | ||
|
||
### println(string str) | ||
|
||
#### str | ||
|
||
### readln() | ||
|
||
#### Returns | ||
|
||
## fileMode | ||
### Append | ||
### Read | ||
### ReadAppend | ||
### ReadWrite | ||
### Write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.