chiark
/
gitweb
/
~mdw
/
quine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b2f773a
)
Remove unnecessary <ctype.h> header.
author
mdw
<mdw@ce86e22d-31e3-0310-b972-e9f3c7b8d6ce>
Tue, 1 Aug 2000 17:41:39 +0000
(17:41 +0000)
committer
mdw
<mdw@ce86e22d-31e3-0310-b972-e9f3c7b8d6ce>
Tue, 1 Aug 2000 17:41:39 +0000
(17:41 +0000)
qqlib.c
patch
|
blob
|
blame
|
history
diff --git
a/qqlib.c
b/qqlib.c
index 9edacbc8f768ec0001e84c25ee27a16ac511cf6e..b300eee9d2af0ee2ae0f64ef895b79f1439bcc83 100644
(file)
--- a/
qqlib.c
+++ b/
qqlib.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: qqlib.c,v 1.
1 1999/04/28 19:58:07
mdw Exp $
+ * $Id: qqlib.c,v 1.
2 2000/08/01 17:41:39
mdw Exp $
*
* Useful library of tools for quines
*
*
* Useful library of tools for quines
*
@@
-34,7
+34,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: qqlib.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: qqlib.c,v $
- * Revision 1.1 1999/04/28 19:58:07 mdw
+ * Revision 1.2 2000/08/01 17:41:39 mdw
+ * Remove unnecessary <ctype.h> header.
+ *
+ * Revision 1.1.1.1 1999/04/28 19:58:07 mdw
* Initial revision
*
*/
* Initial revision
*
*/
@@
-43,7
+46,6
@@
/* --- ANSI headers --- */
/* --- ANSI headers --- */
-#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>