NAME

t/codingstd/c_struct.t - checks for struct tags in C source and headers

SYNOPSIS

    # test all files
    % prove t/codingstd/c_struct.t

    # test specific files
    % perl t/codingstd/c_struct.t src/foo.c include/parrot/bar.h

DESCRIPTION

Checks that all C source files use struct tags, as defined in PDD07.

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs