libredwg
[Top][All Lists]
Advanced

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

[libredwg] typedefs


From: Till Heuschmann
Subject: [libredwg] typedefs
Date: Mon, 27 Dec 2010 16:58:10 +0100

Can I create some typedefs for the basic types such as:

typedef int           LdInt32;
typedef unsigned int  LdUInt32;

typedef int64_t       LdInt64;
typedef u_int64_t     LdUInt64;
...

At the moment the types (32/64 bit) are heavily mixed and It's a pain to write "long unsigned int" all the time.

As one might expect the "Ld" stands for LibreDWG!!

I do not know if these typedefs can be automatically set by the build stage?

reply via email to

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