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