mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
8 lines
292 B
C
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);
|