/* * Copyright 2015 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Michael Lotz, mmlr@mlotz.ch */ #include #include int main(int argc, char* argv[]) { printf("%" B_PRIdBIGTIME "\n", system_time()); return 0; }