/***************************************************************/ /* perk: PE Resource Kit */ /* Copyright (C) 2015--2025 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.PERK. */ /***************************************************************/ #include #include "perk_driver_impl.h" int pe_cmd_nm(const struct pe_driver_ctx * dctx, const char * path) { (void)dctx; (void)path; return 0; }