aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_size.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_size.c')
-rw-r--r--cmd/cmd_size.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_size.c b/cmd/cmd_size.c
index 5f27ee1..12723ef 100644
--- a/cmd/cmd_size.c
+++ b/cmd/cmd_size.c
@@ -22,4 +22,10 @@ int c_size( cmd_arg_t *arg )
printf("File size %zu\n", size);
return 0;
+}
+
+int h_size( cmd_arg_t *arg )
+{
+ printf(" - size of current file");
+ return 0;
} \ No newline at end of file