パスワードを忘れた? アカウント作成
683690 journal

card_captorの日記: bar.c

日記 by card_captor
#include <time.h>
#include <stdio.h>

void prepare(char *buf)
{
        (void)buf;
        return;
}

clock_t start(void)
{
        return clock();
}

void stop(const *s, clock_t start)
{
        printf("%s: %g [ms]\n", s, (clock() - start) * 1000.0 / CLOCKS_PER_SEC);
}
typodupeerror

Stableって古いって意味だっけ? -- Debian初級

読み込み中...