/ emx/clock.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes

#include "syscalls.h"

        .globl  ___clock

/ long long __clock (void)

        ALIGN

___clock:
        movb    $0x26, %al              / __clock
        SYSCALL(0x7f)
        ret
