Cleanup C++ headers

This commit is contained in:
topjohnwu
2025-06-16 02:25:38 -07:00
parent 12340c9bd5
commit 1460317ebd
20 changed files with 14 additions and 48 deletions

View File

@@ -46,6 +46,9 @@ Available applets:
exit(1);
}
#define quote(s) #s
#define str(s) quote(s)
int magisk_main(int argc, char *argv[]) {
if (argc < 2)
usage();