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

Function check_array

tools/mksyscall.c:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static const char *check_array(const char *type)
67{
68 const char *str = strchr(type, '[');
69 if (str)
70 {
71 return str;
72 }
73
74 return NULL;
75}
76
77static void print_formalparm(FILE *stream, const char *argtype, int parmno)
78{

Callers 1

print_formalparmFunction · 0.85

Calls 1

strchrFunction · 0.50

Tested by

no test coverage detected