This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
this time for real ;)
master
Felix von Leitner
19 years ago
parent
c86f7ed5fe
commit
28f2b90b1c
4 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
fmt/fmt_xlong.c
+1
-0
scan/scan_xlong.c
+1
-0
socket/fmt_ip6_flat.c
+ 1
- 1
Makefile
View File
@ -110,4 +110,4 @@ socket_getifidx.o socket_getifname.o: haven2i.h
socket_connected.o
:
havesl
.
h
fmt_xlong.o scan_
double.o scan_
xlong.o fmt_ip6_flat.o
:
haveinline
.
h
fmt_xlong.o scan_xlong.o fmt_ip6_flat.o
:
haveinline
.
h
+ 1
- 0
fmt/fmt_xlong.c
View File
@ -1,4 +1,5 @@
#
include
"fmt.h"
#
include
"haveinline.h"
static
inline
char
tohex
(
char
c
)
{
return
c
>
=
10
?
c
-
10
+
'
a
'
:
c
+
'
0
'
;
+ 1
- 0
scan/scan_xlong.c
View File
@ -1,4 +1,5 @@
#
include
"scan.h"
#
include
"haveinline.h"
static
inline
int
fromhex
(
unsigned
char
c
)
{
if
(
c
>
=
'
0
'
&
&
c
<
=
'
9
'
)
+ 1
- 0
socket/fmt_ip6_flat.c
View File
@ -1,4 +1,5 @@
#
include
"ip6.h"
#
include
"haveinline.h"
static
inline
char
tohex
(
char
c
)
{
return
c
>
=
10
?
c
-
10
+
'
a
'
:
c
+
'
0
'
;
Write
Preview
Loading…
Cancel
Save