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