summaryrefslogtreecommitdiff
path: root/include/sys/cdefs.h
blob: 0ef66647e3122f041f3ee8533444cc55c467d74b (plain)
1
2
3
4
5
6
7
#ifndef __SYS_CDEFS_H
#define __SYS_CDEFS_H

#define __BEGIN_DECLS extern "C" {
#define __END_DECLS   }

#endif