added sys::dirname() and sys::basename()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-22 02:05:09 +09:00
parent 488839f761
commit 33ba979512
8 changed files with 185 additions and 102 deletions

View File

@@ -251,7 +251,7 @@ HawkStd::Run* HawkStd::parse (Source& in, Source& out)
int HawkStd::build_argcv (Run* run)
{
Value argv (run);
Value argv(run);
for (hawk_oow_t i = 0; i < this->runarg.len; i++)
{