tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] libtcc within C++


From: Christian Lasarczyk
Subject: [Tinycc-devel] libtcc within C++
Date: 19 Apr 2003 23:05:53 +0200

Hallo,
I am useing tinycc within a C++ programm and did a little modification
to libtcc.h to make linking successful. Maybe you want to adopt the
changes:

----------------

#ifndef LIBTCC_H
#define LIBTCC_H

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


struct TCCState;

.
.
.


#ifdef __cplusplus
}
#endif

#endif

------------

See also attachment for the whole header file.

Thanks for developing tcc,

Christian

Attachment: libtcc.h
Description: Text document


reply via email to

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