mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -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
|