aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers/__stddef_ptrdiff_t.h
blob: 3ea6d7d2852e1cca7ca1ddbe10daf69f896f292d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*===---- __stddef_ptrdiff_t.h - Definition of ptrdiff_t -------------------===
 *
 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 * See https://llvm.org/LICENSE.txt for license information.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 *
 *===-----------------------------------------------------------------------===
 */

#ifndef _PTRDIFF_T
#define _PTRDIFF_T

typedef __PTRDIFF_TYPE__ ptrdiff_t;

#endif