11 lines
161 B
C
11 lines
161 B
C
|
#pragma once
|
||
|
|
||
|
/**
|
||
|
* @file sys/unistd.h
|
||
|
* @brief Historical synonym for `<unistd.h>`.
|
||
|
*
|
||
|
* New code should use `<unistd.h>` directly.
|
||
|
*/
|
||
|
|
||
|
#include <unistd.h>
|