[Back to the c-list]  [Back to the c MAIN page]  [Back to the BASICS-technology PAGE] 

pns: c source code: tf

Source code files (as raw text) - -[tf.h]- (requires tu.h and tu.c) -[tf.c]- (requires tu.h and tu.c) -[tf-test.c]- (mini demo application) On this page: {Intro} {} {} {} {} {} {} {} {References} {Links} (including c compilers, etc)

tf.c

Basically, tf provides a group of FILE support functions that allow for gracefull open and close of files, to help prevent common I/O problems (on some systems!). Two main files are supplied "free of charge" SRC and OUT Src_file (and associated Src_xxxx variables) Out_file Also, "Pull_src_line()" is supplied as a character by character routine to extract data from a TEXT (ie, non-binary) file. See the test file: tf-test.c , find and replace, etc string (text) routines. It along with tf.c form the BASE of the entire c-list utility set. The are designed to be simple and to the point, and easy to use. Very low level.

Refs


Links