mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
8 lines
117 B
C
8 lines
117 B
C
/* $NetBSD: language.c,v 1.1 2007/03/08 14:31:07 rillig Exp $ */
|
|
|
|
#if defined(__cplusplus)
|
|
Cplus
|
|
#else
|
|
Cplain
|
|
#endif
|