 |
P4C
The P4 Compiler
|
Loading...
Searching...
No Matches
23#include <linux/types.h>
25typedef signed char s8;
26typedef unsigned char u8;
27typedef signed short s16;
28typedef unsigned short u16;
29typedef signed int s32;
30typedef unsigned int u32;
31typedef signed long long s64;
32typedef unsigned long long u64;