stdlib.h 170 B

123456789101112
  1. /*
  2. * Copyright (C) 2013 Google Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __STDLIB_H_
  7. #define __STDLIB_H_
  8. #include <malloc.h>
  9. #endif /* __STDLIB_H_ */