Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/misc/bogosort/files/patch-getlines.h
16461 views
1
--- getlines.h.orig 2016-05-11 20:30:38 UTC
2
+++ getlines.h
3
@@ -39,6 +39,6 @@ char **getmorelines(FILE *stream, char *
4
* getline: return a pointer to a newly allocated string containing the next
5
* line in stream
6
*/
7
-char *getline(FILE *stream);
8
+char *get_line(FILE *stream);
9
10
#endif /* GETLINES_H */
11
12