mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
Merge branch 'develop' into 'develop'
docs: fix a typo in a code example See merge request embeddable-common-lisp/ecl!101
This commit is contained in:
commit
7bfa7e37b6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ the C function @code{cos}:
|
|||
@lisp
|
||||
(ffi:clines "#include <math.h>")
|
||||
(defun cos (x)
|
||||
(ffi:c-inline (x) (:double) :double "cos(#0)" :on-liner t))
|
||||
(ffi:c-inline (x) (:double) :double "cos(#0)" :one-liner t))
|
||||
@end lisp
|
||||
@end defspec
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue