stdlib.h 170 B

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