Skip to content

Unable to Use C Style Arrays #5

@CuriousTommy

Description

@CuriousTommy

Hello, I am currently playing around with blobify and I noticed that using a C arrays causes errors to appear (error.log). Here is an example below:

struct headerSFAT {
    char indentifier[4];
    uint16_t length;
    uint16_t byteOrder;
    uint32_t fileSize;
    uint32_t dataOffset;
    uint16_t versionNumber;
    uint16_t reserved;
};

I was wondering if this is normal or not?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions