1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
7 * This file provides a definition of C99 sized types
8 * for Microsoft compilers. These definitions only apply
29 /** Small and large floats. */
33 /** Native file handle (int). */
36 /** Interface object (void *). */
39 /** Used for padding, should be (u)int8_t */
42 /** Pointer to memory (void *). */
45 /** Pointer to null terminated string (char *). */
48 /** No return value. */
51 /** Pointer to pointer to memory (void **). */