On Sat, 23 Oct 2004 15:46:59 +0400, Mikhail Ramendik <[EMAIL PROTECTED]> wrote: > Hello, > > (Alert: possible "dummy" question). > > There is something I don't understamd in the source code. Where are > db_get_result_int() and similar functions defined? > > I see db_get_result(), of course - in dbmysql.c and dbpgsql.c . And I > see the declaration of db_get_result_int() in db.h . But where is the > function definition itself? There must be something about C that I don't > know.
Those functions are defined in db.c Ilja