mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibC: Implement ungetwc()
This commit is contained in:
parent
14b91a3fe9
commit
e717ca32d1
7 changed files with 63 additions and 18 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <bits/stdint.h>
|
||||
#include <bits/wchar.h>
|
||||
|
||||
#ifndef PAGE_SIZE
|
||||
# define PAGE_SIZE 4096
|
||||
|
@ -73,8 +74,6 @@
|
|||
#define LLONG_WIDTH 64
|
||||
#define ULLONG_WIDTH 64
|
||||
|
||||
#define MB_LEN_MAX 16
|
||||
|
||||
#define ARG_MAX 65536
|
||||
|
||||
#define PTHREAD_STACK_MIN 65536
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue