Skip to content

Wrong decl_type for function pointers ? #67

@teto

Description

@teto

Similarl to #66, when the argument is a function pointer, there seems to be a few problems:

For instance for the function int atexit(void (*function)(void));, the pygccxml code decl.arguments[0].decl_type returns: void (*)( ) * which has 1 more asterisk then necessary ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions