Skip to content

Commit

Permalink
include/lib.h: define usize
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangrigore committed Jun 23, 2024
1 parent cfcf969 commit 32295c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
typedef unsigned char p9_uchar;
typedef unsigned int p9_uint;
typedef unsigned int p9_ulong;
typedef unsigned long p9_usize;
typedef int p9_long;
typedef signed char p9_schar;
typedef unsigned short p9_ushort;
Expand All @@ -49,6 +50,7 @@ typedef p9_u32int mpdigit;
/* #define long int rather than p9_long so that "unsigned long" is valid */
#define long int
#define ulong p9_ulong
#define usize p9_usize
#define vlong p9_vlong
#define uvlong p9_uvlong

Expand Down

0 comments on commit 32295c7

Please sign in to comment.