View Single Post
Old 04-18-2009, 08:39 AM   #10
Dave_S
What Title ?
Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.
 
Posts: 1,325
Karma: 1856232
Join Date: Jan 2009
Location: Bavaria Germany
Device: Sony Experia Z Ultra
Quote:
Originally Posted by tompe View Post
Why do ou think it is not ANSI C? It uses the glib library so you must install this (or convert all data types and other things so you do not use this library). But a fast look at the code indicated that it is ANSI C.
OK, call it ANSI if you want, but it is certainly not portable. When I first glanced at the code, I thought it was pretty much ANSI C, and therefor easily recompiled for a Windows machine. However, the code relied too much on glib.h, which is not a standard C library, and made it simply too much effort to port, IMHO. A simple filter like that *could* have been written in portable ANSI C using standard C libraries, and then compiled and run anywhere.
http://en.wikipedia.org/wiki/C_standard_library
Dave_S is offline   Reply With Quote