Berkeley DB : More...
#include "../../lib/srdb1/db_val.h"#include "../../lib/srdb1/db_ut.h"#include "km_db_berkeley.h"#include "km_bdb_res.h"#include "km_bdb_val.h"#include <string.h>
Go to the source code of this file.
Definition in file km_bdb_val.c.
| int km_bdb_time2str | ( | time_t | _v, | |
| char * | _s, | |||
| int * | _l | |||
| ) | [inline] |
Convert a time_t value to string (w.o single-quote)
| _v | source value | |
| _s | target string | |
| _l | available length and target length |
Definition at line 56 of file km_bdb_val.c.
1.7.1