 |
P4C
The P4 Compiler
|
Loading...
Searching...
No Matches
14#include <linux/types.h>
16typedef signed char s8;
17typedef unsigned char u8;
18typedef signed short s16;
19typedef unsigned short u16;
20typedef signed int s32;
21typedef unsigned int u32;
22typedef signed long long s64;
23typedef unsigned long long u64;