Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
675377600f1839fc34fe09364d949293d73372a9
/
.
/
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