Added some function type declarations
This commit is contained in:
parent
4d78a15cbd
commit
3127749f5c
@ -34,6 +34,8 @@ struct SmemiteM {
|
|||||||
#ifdef Smem_own_functionS
|
#ifdef Smem_own_functionS
|
||||||
|
|
||||||
char *Smem_malloc();
|
char *Smem_malloc();
|
||||||
|
int Smem_free();
|
||||||
|
|
||||||
#define TSOB_FELD(typ,anz) (typ *) Smem_malloc((anz)*sizeof(typ));
|
#define TSOB_FELD(typ,anz) (typ *) Smem_malloc((anz)*sizeof(typ));
|
||||||
#define Smem_malloC Smem_malloc
|
#define Smem_malloC Smem_malloc
|
||||||
#define Smem_freE Smem_free
|
#define Smem_freE Smem_free
|
||||||
@ -46,7 +48,9 @@ char *Smem_malloc();
|
|||||||
|
|
||||||
#endif /* ! Smem_own_functionS */
|
#endif /* ! Smem_own_functionS */
|
||||||
|
|
||||||
|
int Smem_set_record_items();
|
||||||
|
int Smem_stderr();
|
||||||
|
int Smem_clone_string();
|
||||||
|
|
||||||
|
|
||||||
#define Smem_hashsizE 251
|
#define Smem_hashsizE 251
|
||||||
|
Loading…
Reference in New Issue
Block a user