diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 21:10:59 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 21:10:59 +0200 |
| commit | 4e347a09bfd59fcb8d32fc8f92fc47a3158b1af9 (patch) | |
| tree | 8cb17f2a5ec6f1699944af71c074b50c3eb5f324 /include | |
| parent | Add functions for safe memory allocation (diff) | |
| download | gensvm-4e347a09bfd59fcb8d32fc8f92fc47a3158b1af9.tar.gz gensvm-4e347a09bfd59fcb8d32fc8f92fc47a3158b1af9.zip | |
Add err function to write to stderr
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gensvm_util.h b/include/gensvm_util.h index 18aa553..2fd60e7 100644 --- a/include/gensvm_util.h +++ b/include/gensvm_util.h @@ -23,5 +23,6 @@ int gensvm_check_argv(int argc, char **argv, char *str); int gensvm_check_argv_eq(int argc, char **argv, char *str); void note(const char *fmt,...); +void err(const char *fmt,...); #endif |
