mirror of
https://github.com/zeldaret/ph
synced 2026-07-10 22:31:57 -04:00
Merge remote-tracking branch 'upstream/main' into displaytext
This commit is contained in:
@@ -5,4 +5,6 @@
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
#define offsetof(type, member) ((size_t) &((type *) NULL)->member)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef _C_STDIO_H
|
||||
#define _C_STDIO_H
|
||||
|
||||
int sprintf(char *__restrict s, const char *__restrict format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user