8 lines
185 B
C
8 lines
185 B
C
|
#pragma once
|
||
|
|
||
|
char * diff_with_file (const char *file1,
|
||
|
const char *text,
|
||
|
gssize len,
|
||
|
GError **error);
|
||
|
|