Minor fixes

This commit is contained in:
retropikzel 2025-06-08 10:30:29 +03:00
parent 64dc7b200f
commit df23d7f230
3 changed files with 6 additions and 5 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@
(import (scheme base)
(scheme file)
(scheme process-context)
(retropikzel pffi))
(foreign c))
(export string-replace
string-ends-with?
string-starts-with?

View File

@ -4,7 +4,8 @@
(import (scheme base)
(scheme write)
(scheme file)
(retropikzel r7rs-pffi))
(foreign c)
(scheme process-context))
(export ;posix-error?
;posix-error-name
;posix-error-message
@ -35,7 +36,7 @@
file-info:atime
file-info:mtime
file-info:ctime
file-info-directory?
;file-info-directory?
;file-info-fifo?
;file-info-symlink?
;file-info-regular?
@ -47,7 +48,7 @@
;open-directory
;read-directory
;close-directory
;real-path
real-path
;file-space
;temp-file-prefix
;create-temp-file
@ -82,4 +83,4 @@
;delete-environment-variable!
;terminal?
)
(include "170.scm"))
(include "170.scm"))