We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255113 commit 70603faCopy full SHA for 70603fa
libc/calls/makedev.h
@@ -1,5 +1,6 @@
1
#ifndef COSMOPOLITAN_LIBC_CALLS_MAKEDEV_H_
2
#define COSMOPOLITAN_LIBC_CALLS_MAKEDEV_H_
3
+COSMOPOLITAN_C_START_
4
5
uint64_t makedev(uint32_t, uint32_t) libcesque;
6
uint32_t major(uint64_t) libcesque;
@@ -9,4 +10,5 @@ uint32_t minor(uint64_t) libcesque;
9
10
#define minor(x) minor(x)
11
#define makedev(x, y) makedev(x, y)
12
13
+COSMOPOLITAN_C_END_
14
#endif /* COSMOPOLITAN_LIBC_CALLS_MAKEDEV_H_ */
0 commit comments