commit | 59980a5c14ab1ab2d707c637b74076efdad9a8ae | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Thu Aug 09 12:36:09 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Thu Aug 09 12:36:09 2012 -0500 |
tree | 340e1e5a3a8b323af96dae70edd84ee30b2e8a85 | |
parent | 308f682e9acdd4925199903747bc0cbe9ad2970a [diff] [blame] |
3rd Update
diff --git a/utility.h b/utility.h new file mode 100644 index 0000000..ae3b999 --- /dev/null +++ b/utility.h
@@ -0,0 +1,7 @@ +#ifndef _UTILITY_H_ +#define _UTILITY_H_ + +char * getLocalTimeStamp(void); +char * nth_named_component(const char *name_prefix, int n); + +#endif