recipes/local_prior_match/src/runtime/Init.h (8 lines of code) (raw):

/** * Copyright (c) Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <flashlight/flashlight.h> #include <string> #include <unordered_map> #include "libraries/common/Dictionary.h" namespace w2l { std::unordered_map<std::string, std::string> setFlags(int argc, char** argv); } // namespace w2l