Skip to content

Commit 7291c46

Browse files
Update README.md
1 parent 8df4ad7 commit 7291c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ Then 'Quadmath_examples' will be listed in the JuliaBox home screen. The example
3636
```
3737
in C.
3838

39-
A remedy is to implement a wrapper function for each external function with `__float128` parameters or return values,
40-
that you want to call with `ccall`. Such a wrapper takes parameters `x` of type `myfloat128` declared as
39+
As a remedy, you can implement a wrapper function for each external function with `__float128` parameters
40+
or return values, that you want to call with `ccall`. Such a wrapper takes parameters `x` of type
41+
`myfloat128` declared as
4142
```c
4243
typedef union
4344
{

0 commit comments

Comments
 (0)