logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSfopen - TSfopen API function

Description

       Opens a file for reading or writing and returns a descriptor for accessing the file.

       The  current  implementation  cannot  open  a  file  for both reading and writing. See TSfopenFamily for
       examples.

Name

       TSfopen - TSfopen API function

Synopsis

          #include <ts/ts.h>

       TSFileTSfopen(constchar*filename,constchar*mode)

See Also