MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fips_test_parse_version

Function fips_test_parse_version

dpdk/examples/fips_validation/fips_validation.c:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static void
98fips_test_parse_version(void)
99{
100 int len = strlen(info.vec[0]);
101 char *ptr = info.vec[0];
102
103 info.version = strtof(ptr + len - 4, NULL);
104}
105
106static int
107fips_test_parse_header(void)

Callers 1

fips_test_parse_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected