#include "tsc_usleep.h" int main(int argc, char **argv) { tsc_usleep(1000); return 0; } .