diff options
Diffstat (limited to 'include/exceptions.h')
-rw-r--r-- | include/exceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exceptions.h b/include/exceptions.h index 5ce9f60..672d8ca 100644 --- a/include/exceptions.h +++ b/include/exceptions.h @@ -3,8 +3,8 @@ #include <stdio.h> -char * Estrdup(char *); -void * Emalloc(size_t); +char *Estrdup(char *); +void *Emalloc(size_t); void exception(int, char *); void pushcontext(char *); |