/* file-contents.h: * **************************************************************** * Copyright (C) 2003 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBFSUTILS__FILE_CONTENTS_H #define INCLUDE__LIBFSUTILS__FILE_CONTENTS_H #include "hackerlab/machine/types.h" #include "libawk/relational.h" /* automatically generated __STDC__ prototypes */ extern t_uchar * file_contents (t_uchar const * path); extern void file_set_contents (t_uchar const * path, t_uchar const *contents); extern t_uchar * fd_contents (int in_fd); extern rel_table file_lines (t_uchar const *path); extern int file_line_count (t_uchar const *path); #endif /* INCLUDE__LIBFSUTILS__FILE_CONTENTS_H */ /* tag: Tom Lord Sat Jan 5 15:26:10 2002 (file-contents.h) */