mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibC: Implement ungetwc()
This commit is contained in:
parent
14b91a3fe9
commit
e717ca32d1
7 changed files with 63 additions and 18 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <bits/wchar.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -14,7 +15,6 @@ __BEGIN_DECLS
|
|||
|
||||
#define EXIT_SUCCESS 0
|
||||
#define EXIT_FAILURE 1
|
||||
#define MB_CUR_MAX 4
|
||||
|
||||
__attribute__((noreturn)) void _abort();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue