This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-18 09:07:13 -03:00
parent bce5dd337d
commit fedaa6c50e
2 changed files with 39 additions and 5 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
#include "global.h"
#include "libc/string.h"
typedef struct {
/* 0x0 */ long long quot;
/* 0x8 */ long long rem;
} lldiv_t;
#include "libc/stdlib.h"
typedef struct {
/* 0x0 */ union {