summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/str_revert/str_revert.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/tinyprintf/str_revert/str_revert.h')
-rw-r--r--rushs/tinyprintf/str_revert/str_revert.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rushs/tinyprintf/str_revert/str_revert.h b/rushs/tinyprintf/str_revert/str_revert.h
new file mode 100644
index 0000000..daa23d4
--- /dev/null
+++ b/rushs/tinyprintf/str_revert/str_revert.h
@@ -0,0 +1,6 @@
+#ifndef STR_REVERT_H
+#define STR_REVERT_H
+
+void str_revert(char str[]);
+
+#endif /* ! STR_REVERT_H */