mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
(scm_i_fport_seek, scm_i_fport_truncate): New functions.
This commit is contained in:
parent
5ae0c155c0
commit
1c4ccf8457
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ SCM_API void scm_init_fports (void);
|
|||
/* internal functions */
|
||||
|
||||
SCM_API SCM scm_i_fdes_to_port (int fdes, long mode_bits, SCM name);
|
||||
SCM_API int scm_i_fport_truncate (SCM, SCM);
|
||||
SCM_API SCM scm_i_fport_seek (SCM, SCM, int);
|
||||
|
||||
|
||||
#endif /* SCM_FPORTS_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue