• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef STDLIB_H
4 #define STDLIB_H
5 
6 #include <commonlib/bsd/stdlib.h>
7 #include <stddef.h>
8 
9 #endif /* STDLIB_H */
10