From 4a467f3c54d9fd172524ceb11e3f94e235b77bbf Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sun, 3 Apr 2022 20:51:31 +0200 Subject: amazing ui work brother, it is hot here or is it just me \? --- csrc/smith.c | 2 +- csrc/smith.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'csrc') diff --git a/csrc/smith.c b/csrc/smith.c index 369bdd0..5ac1e73 100644 --- a/csrc/smith.c +++ b/csrc/smith.c @@ -16,7 +16,7 @@ mr_smith() } long -c_get_timestamp() +get_timestamp() { struct timeval tv; long ct; diff --git a/csrc/smith.h b/csrc/smith.h index 4401da9..e9bbdbb 100644 --- a/csrc/smith.h +++ b/csrc/smith.h @@ -11,7 +11,7 @@ #include -char * c_mr_smith(); -long c_get_timestamp(); +char * mr_smith(); +long get_timestamp(); #endif // SMITH_H_ -- cgit v1.2.3