doas

https://man.openbsd.org/doas.1
git clone anongit@rnpnr.xyz:doas.git
Log | Files | Refs | Feed

cdefs.h (114B)


      1 /* only needed for C++ */
      2 #define __BEGIN_DECLS
      3 #define __END_DECLS
      4 
      5 #define __dead __attribute__((__noreturn__))