Sign in
coral
/
imx-atf
/
881cbc02c3b56f1fc5dcca0814b0cd29915861c0
/
.
/
include
/
lib
/
libc
/
aarch32
/
stdio_.h
blob: 98304bc3c58c8e12df30771422b9cbd141bdc6ef [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
SIZET_
typedef
unsigned
int
size_t
;
#define
SIZET_
#endif
#ifndef
SSIZET_
typedef
int
ssize_t
;
#define
SSIZET_
#endif