utilities.h 331 B

1234567891011
  1. // Copyright (c) 2010 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.
  4. #include <inttypes.h>
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. #include <string.h>
  8. #define HAVE_SYMBOLIZE 1
  9. #define ATTRIBUTE_NOINLINE __attribute__ ((noinline))