mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
15 lines
181 B
C
15 lines
181 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
extern "C" {
|
||
|
|
|
||
|
|
typedef unsigned int dword;
|
||
|
|
typedef unsigned short word;
|
||
|
|
typedef unsigned char byte;
|
||
|
|
|
||
|
|
typedef dword uid_t;
|
||
|
|
typedef dword gid_t;
|
||
|
|
typedef dword pid_t;
|
||
|
|
|
||
|
|
}
|
||
|
|
|