Skip to content

TO_SEXP #26

Description

@FeggieBoss

#define TO_DATA(x) ((data *)((char *)(x)-DATA_HEADER_SZ))

#define TO_SEXP(x) ((sexp *)((char *)(x)-DATA_HEADER_SZ))

Is it suppose to be SEXP_HEADER_SZ ((sizeof(int) + sizeof(size_t) + sizeof(int))) in TO_SEXP?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions