Skip to content

Commit

Permalink
lone/types: comment the lone_bytes struct fields
Browse files Browse the repository at this point in the history
Explain briefly what they mean.
  • Loading branch information
matheusmoreira committed Dec 12, 2023
1 parent 0d76c64 commit eae6204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/lone/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ struct lone_auxiliary_vector {
};

struct lone_bytes {
size_t count;
unsigned char *pointer;
size_t count; /* size of memory block in bytes */
unsigned char *pointer; /* address of memory block */
};

struct lone_reader {
Expand Down

0 comments on commit eae6204

Please sign in to comment.