MCPcopy Create free account
hub / github.com/apache/nuttx / check_funcptr

Function check_funcptr

tools/mksyscall.c:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static const char *check_funcptr(const char *type)
56{
57 const char *str = strstr(type, "(*)");
58 if (str)
59 {
60 return str + 2;
61 }
62
63 return NULL;
64}
65
66static const char *check_array(const char *type)
67{

Callers 1

print_formalparmFunction · 0.85

Calls 1

strstrFunction · 0.85

Tested by

no test coverage detected