blob: 5e49425cbb7d06c648e9cb79c30cd930e25c0b65 [file] [log] [blame]
Antonio Nino Diaz7c0ff9c2018-08-15 19:51:09 +01001/*
Bence Szépkútid45c3232019-10-25 18:12:41 +02002 * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
Antonio Nino Diaz7c0ff9c2018-08-15 19:51:09 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef STDIO__H
8#define STDIO__H
9
Antonio Nino Diaz7c0ff9c2018-08-15 19:51:09 +010010#ifndef SSIZET_
11typedef int ssize_t;
12#define SSIZET_
13#endif
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000014
15#endif /* STDIO__H */