Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cdefs.h « sys « include « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb99f7d0b4d3ff1b13f5f71ce5c21e488ca165b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef	_SYS_CDEFS_H
#define _SYS_CDEFS_H
#ifdef	__cplusplus
#define	__BEGIN_DECLS	extern "C" {
#define	__END_DECLS	}
#else
#define	__BEGIN_DECLS
#define	__END_DECLS
#endif
#define __P(protos)     protos		/* full-blown ANSI C */
#endif