repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
include
/
stdlib.h
blob
8e62f273059712d203b6c4d322c53b1082d0a1a5
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 */