summaryrefslogtreecommitdiff
path: root/greeting.h
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-10-24 14:54:48 -0600
committermo khan <mo@mokhan.ca>2014-10-24 14:54:48 -0600
commit93c5c1eda1856a3aaed4a506215e5110a69049a1 (patch)
tree60fc51a8b9ed47e1b4d1313c4858f19ceaafece0 /greeting.h
parentfca63165ad881a2774b503154a2bdc424ff8106b (diff)
update c greet function to return string instead of write to stdout.main
Diffstat (limited to 'greeting.h')
-rw-r--r--greeting.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/greeting.h b/greeting.h
index 1533b88..3668e40 100644
--- a/greeting.h
+++ b/greeting.h
@@ -1,2 +1 @@
-
void greet(char *name);