Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
dummy_date_provider.c File Reference
#include "duktape.h"

Go to the source code of this file.

Functions

duk_double_t dummy_get_now (void)
 

Function Documentation

◆ dummy_get_now()

duk_double_t dummy_get_now ( void )

Definition at line 24 of file duktape-1.5.2/examples/dummy-date-provider/dummy_date_provider.c.

24 {
25 /* Return a fixed time here as a dummy example. */
26 return -11504520000.0;
27}