Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/chinese/autoconvert/files/patch-autogb.c
16461 views
1
--- autogb.c.orig 2013-09-27 20:12:01.000000000 +0800
2
+++ autogb.c 2013-09-27 20:13:53.000000000 +0800
3
@@ -26,9 +26,13 @@ Boston, MA 02111-1307, USA.
4
//$Header: /home/prog/autoconvert/autogb.c,v 1.7 2001/04/23 14:18:06 ygh Exp $
5
6
#include <stdio.h>
7
+#include <stdlib.h>
8
+#include <unistd.h>
9
+#include <string.h>
10
#include <getopt.h>
11
#include "hz.h"
12
13
+extern int conv_str(char *);
14
15
/* Print help and exit */
16
void print_help(char* filename){
17
18