This commit is contained in:
maxonfjvipon 2024-08-14 21:22:42 +03:00
parent 99830136aa
commit f0ba2a9341
No known key found for this signature in database
GPG Key ID: D8563899D473D273

View File

@ -115,5 +115,4 @@ public interface CStdLib extends Library {
* @return Number of bytes was read.
*/
int read(int descriptor, byte[] buf, int size);
}