string_.h 253 Bytes
Newer Older
1
2
3
4
5
6
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
9
#ifndef STRING__H
#define STRING__H

10
11
12
13
#ifndef SIZET_
typedef unsigned int size_t;
#define SIZET_
#endif
14
15

#endif /* STRING__H */