Newer
Older
arm-trusted-firmware / include / lib / libc / aarch64 / time_.h
@Antonio Nino Diaz Antonio Nino Diaz on 22 Aug 2018 219 bytes libc: Add AArch32 and AArch64 headers
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SIZET_
typedef unsigned long size_t;
#define SIZET_
#endif

typedef long int time_t;