Files
kernel/include/sys/attr.h
T
2019-10-08 12:04:46 +03:00

9 lines
189 B
C

/** vim: set ft=cpp.doxygen :
* @file sys/attr.h
* @brief Storage/function attributes for clarification or
* compiler hints
*/
#pragma once
#define __weak __attribute__((weak))