Files
ResInsight/ThirdParty/Ert/lib/include/ert/util/buffer_string.h
2017-06-22 11:51:46 +02:00

8 lines
292 B
C

/*
These functions are very deprecated and should not be used further.
*/
const char * buffer_fread_string(buffer_type * buffer);
char * buffer_fread_alloc_string(buffer_type * buffer);
void buffer_fwrite_string(buffer_type * buffer , const char * string);