Updated Library Documentation (markdown)

2025-09-30 21:11:30 +03:00
parent 38a7cfab96
commit cd0ec7c367

@@ -363,6 +363,10 @@ int main(int argc, char** argv) {
* `std::string multipleToString(sizeCastTypes type)` - Convert input multiple variable to string.
* `std::string format(const char *format, ...)` - Format it input and return as string.
#### Android-Specif
* `bool androidReboot(std::string_view arg)` - Reboot device to `arg`.
* `std::string getProperty(std::string_view prop)` - Read `prop` property and return.
---
### Compling and linking