apnadkarni / tcl-cffi

A Foreign Function Interface extension for Tcl
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Allow integer arguments to be passed as string `default` to use the default for the parameter #194

Open apnadkarni opened 10 months ago

apnadkarni commented 10 months ago

This will allow caller to pass the default buffer size for max paths etc. without having to think about a value to pass.

An error is raised if the parameter has no default.