blob: 7042664c045e27b7b0eb221ebe533e1cca1e0395 [file] [log] [blame]
Antonio Nino Diaz6ef16122018-08-15 19:51:09 +01001/*
Govindraj Rajaeee28e72023-08-01 15:52:40 -05002 * 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 */