mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 14:10:18 +00:00
Unfortunately nxstyle is still not happy because it doesn't
like the following construct. I'm not sure what to do here.
struct
{
const char *pathname;
long mode;
size_t len;
} open =
{
.pathname = pathname,
.mode = host_flags_to_mode(flags),
.len = strlen(pathname),
};
|
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||