Fix styling issues, rename scripts

This commit is contained in:
2025-03-11 09:49:43 +03:00
parent 8009498331
commit 69515af77f
15 changed files with 91 additions and 11 deletions

View File

@@ -135,6 +135,7 @@ int BH_IOWrite(BH_IO *io,
return code;
}
int BH_IOPeek(BH_IO *io,
char *buffer,
size_t size,
@@ -227,7 +228,6 @@ int BH_IOClear(BH_IO *io)
}
BH_IO *BH_BufferNew(BH_IO *io)
{
(void)io;