Files
mk64/include/libc/stddef.h
T
coco875 362f2012d0 rename some texture (#698)
* rename some texture

* ok document drifting effect and player particle

* continue rename

* push more rename

* more documentation

* minor rename test

* continue rename texture

* continue rename

* some rename

* more rename

* other fix

* fix comment

* fix a missing I

* fix a mistake

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-12-08 09:10:45 -07:00

11 lines
146 B
C

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