Skip to content

size_t #2

@Alexey-T

Description

@Alexey-T
type
  {$IFDEF UNIX}
  size_t = csize_t;
  {$ENDIF}

looks bad, because you define global type size_t when SimpleBle unit is used. can you avoid size_t by replacing it with LongInt, or SizeInt, or Int64?

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