/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* mytime.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/25 11:43:12 by jhalford #+# #+# */ /* Updated: 2017/10/08 13:16:26 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef TIME_H # define TIME_H # include # include "libft.h" uint64_t epoch_micro(void); double time_milli(void); #endif