Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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