Karg  v0.2.0
The kernel of CargOS
compiler.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define section(name) __attribute__((section(#name)))
4 #define used __attribute__((used))