Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZTFtrue/My-note
/ main
Function
main
C C++/cpp.cpp:6–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
using namespace std;
5
6
int main(int argc, char *argv[])
7
{
8
// 非EFI 返回256
9
int a=system(
"dmesg | grep \"
EFI v\
""
);
10
return 0;
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected