Changeset 727
- Timestamp:
- Mar 27, 2004, 2:43:40 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/linux-files.lisp
r512 r727 26 26 (multiple-value-bind (q r) 27 27 (floor n) 28 (unless (zerop r) 28 (if (zerop r) 29 (setq r 0) 29 30 (setq r (floor (* r 1000000000)))) 30 31 (values q r)))
Note:
See TracChangeset
for help on using the changeset viewer.
