summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test.c b/test.c
index 1cb8011..4638a4a 100644
--- a/test.c
+++ b/test.c
@@ -35,7 +35,6 @@ void convert_string(iconv_t cd, char *str)
printf("\n");
}
-
void convert_args(char *from, char *to, int argc, char **argv)
{
iconv_t cd;
@@ -53,7 +52,6 @@ void convert_args(char *from, char *to, int argc, char **argv)
iconv_close(cd);
}
-
int main(int argc, char **argv)
{
@@ -66,7 +64,3 @@ int main(int argc, char **argv)
return 0;
}
-
-
-
-