Introduction
Introduction Statistics Contact Development Disclaimer Help
ttimeutil.h - stopwatch - simple timer for console or x root window
git clone git://src.adamsgaard.dk/stopwatch
Log
Files
Refs
README
LICENSE
---
ttimeutil.h (311B)
---
1 #ifndef __OpenBSD__
2 #include <getopt.h>
3 #define LINE_MAX 2048
4 #endif
5
6 void format_time(char *out, size_t outsiz, time_t t_elapsed, char *prefi…
7
8 #undef strlcpy
9 size_t strlcpy(char *, const char *, size_t);
10
11 #undef strtonum
12 long long strtonum(const char *, long long, long long, const char **);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.