diff options
author | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:01:21 +0900 |
---|---|---|
committer | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:01:21 +0900 |
commit | efcfd8bb8b594f96b92c8535629fcc82316d1764 (patch) | |
tree | f9367dce846e6e5fe80ced73c26b9c94e28be071 /lib/offtostr.c | |
download | tar-submit/tizen_2.3/20140531.112556.tar.gz tar-submit/tizen_2.3/20140531.112556.tar.bz2 tar-submit/tizen_2.3/20140531.112556.zip |
Initialize Tizen 2.3submit/tizen_2.3/20140531.1125562.3a_release
Diffstat (limited to 'lib/offtostr.c')
-rw-r--r-- | lib/offtostr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/offtostr.c b/lib/offtostr.c new file mode 100644 index 0000000..45196e2 --- /dev/null +++ b/lib/offtostr.c @@ -0,0 +1,3 @@ +#define inttostr offtostr +#define inttype off_t +#include "inttostr.c" |