git.ucc.asn.au
/
uccvend-snackrom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165b811
)
Fix compiler warning around strlen not being defined
author
Mark Tearle
<
[email protected]
>
Sun, 30 Nov 2014 08:18:56 +0000
(16:18 +0800)
committer
Mark Tearle
<
[email protected]
>
Sun, 30 Nov 2014 08:21:49 +0000
(16:21 +0800)
ROM2/crctest.c
patch
|
blob
|
history
diff --git
a/ROM2/crctest.c
b/ROM2/crctest.c
index
a67ed9b
..
1356a25
100644
(file)
--- a/
ROM2/crctest.c
+++ b/
ROM2/crctest.c
@@
-1,5
+1,6
@@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
typedef unsigned short u16;
typedef unsigned char bool;
#include "crctab.h"
UCC
git Repository :: git.ucc.asn.au