call-with-input-file

[procedure] call-with-input-file string proc

R5RS

[procedure] call-with-input-file string proc [mode]

Chicken extends R5RS to take mode argument: #:text, #:binary or #:append.

[procedure] call-with-input-file string proc [options ...]

Gauche extends R5RS to take various keyword arguments to customize behavior.