LibCore: Use ErrorOr<T> for Core::File::open()

This commit is contained in:
Andreas Kling 2021-11-07 02:15:10 +01:00
commit a7f1f1c34b
Notes: sideshowbarker 2024-07-18 08:59:31 +09:00
24 changed files with 42 additions and 48 deletions

View file

@ -5,7 +5,7 @@
*/
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>
#include <string.h>
int main(int argc, char** argv)
{