1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:27:35 +00:00

LibCore: Add find_executable_in_path.

This commit is contained in:
asynts 2020-09-16 18:55:41 +02:00 committed by Andreas Kling
parent d55e3c4642
commit 3283f5bb5d
2 changed files with 22 additions and 0 deletions

View file

@ -60,4 +60,6 @@ private:
bool advance_next();
};
String find_executable_in_path(String filename);
}