chr-1x / twc

A C99-compatible library for using the Twitter API from cURL
MIT License
24 stars 5 forks source link

C89 Compatibility #4

Open chr-1x opened 7 years ago

chr-1x commented 7 years ago

There are three things using C99 features:

None of these are critical, and use of the former needs to be scoped down a lot anyway for ease of language binding. C89 compat is a reasonable target and likely opens up path for compiling on less recent compilers (e.g. older versions of MSVC)

nothings commented 7 years ago

I may try to make this change at some point, but no promises.