Files
Microtransactions64/include/libc/stddef.h
2021-09-25 11:08:11 -07:00

8 lines
116 B
C

#pragma once
#include "PR/ultratypes.h"
#ifndef offsetof
#define offsetof(st, m) ((size_t)&(((st *)0)->m))
#endif