Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Barbot
GraphEditor
Commits
30459d5f
Commit
30459d5f
authored
Dec 21, 2018
by
Benoit Barbot
Browse files
prog
parent
e46bc118
Pipeline
#982
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
editor/genericSerializer.ml
View file @
30459d5f
...
...
@@ -82,7 +82,7 @@ let float_buff b pos =
p
,
((
float_of_int
f
)
/.
100
.
)
let
check
f
=
(*
let check f =
let t = Buffer.create 10 in
buff_float t f;
let str = (Bytes.to_string @@ Buffer.to_bytes t) in
...
...
@@ -107,7 +107,7 @@ let _ =
let p1,i1= int_buff str !pos in
pos := p1;
print_endline (string_of_int i1);
done
done
*)
let
buff_string
b
str
=
let
n
=
String
.
length
str
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment