tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] libtcc from a c++ wrapper


From: david wallin
Subject: [Tinycc-devel] libtcc from a c++ wrapper
Date: Thu, 24 Apr 2003 14:42:22 +0100

Hi,

I've been trying to write a small c++ wrapper around libtcc. In doing so I added :

#ifdef __cplusplus
extern "C" {
#endif

<original libtcc.h >

#ifdef __cplusplus
 }
#endif



Could this be added to the CVS ?

Attachment: libtcc.h
Description: Text document




cheers,

--david.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]