Asterisk Source/Main Cdr
AsteriskSource/MainCdr ¶* struct ast_cdr *ast_cdr_alloc(void)
function ¶* struct ast_cdr *ast_cdr_alloc(void)
AST_INLINE_API(
struct timeval ast_tvnow(void),
{
struct timeval t;
gettimeofday(&t, NULL);
return t;
}
)
|
"It seems strange to meet computer geeks who're still primarily running Windows... as if they were still cooking on a wood stove or something." - mbp |











