Added some function type declarations

This commit is contained in:
Thomas Schmitt 2007-08-20 08:44:41 +00:00
parent 4d78a15cbd
commit 3127749f5c
1 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,8 @@ struct SmemiteM {
#ifdef Smem_own_functionS
char *Smem_malloc();
int Smem_free();
#define TSOB_FELD(typ,anz) (typ *) Smem_malloc((anz)*sizeof(typ));
#define Smem_malloC Smem_malloc
#define Smem_freE Smem_free
@ -46,7 +48,9 @@ char *Smem_malloc();
#endif /* ! Smem_own_functionS */
int Smem_set_record_items();
int Smem_stderr();
int Smem_clone_string();
#define Smem_hashsizE 251