-module(starfuzz_erl_ffi). -export([now/0]). now() -> erlang:system_time(millisecond).