X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=common.h;h=02db4d77fdc131f63166d63d9cdb5d0ecca7d73c;hb=57241bb9e6f6b1acb019efe4f32eb758cf9e93d7;hp=80ed333868f780f0a77156a6041d3f6274329004;hpb=4706199a81dc631b6969927e1a6ad27591852b20;p=dcpu16 diff --git a/common.h b/common.h index 80ed333..02db4d7 100644 --- a/common.h +++ b/common.h @@ -21,4 +21,6 @@ int str_to_word(char *s); char *strqtok_r(char *str, const char *sep, int esc, const char *quote, char **lastq, char **lasts); +int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y); + #endif /* COMMON_H_QPRCB1BH */