Bug #2541 ยป alignment.diff
bin/mined/mined.h | ||
---|---|---|
void abort_mined(void);
|
||
void raw_mode(FLAG state);
|
||
void panic(const char *message);
|
||
char *alloc(int bytes);
|
||
void *alloc(int bytes);
|
||
void free_space(char *p);
|
||
void initialize(void);
|
||
char *basename(char *path);
|
bin/mined/mined1.c | ||
---|---|---|
#endif /* UNIX */
|
||
}
|
||
char *
|
||
void *
|
||
alloc(int bytes)
|
||
{
|
||
char *p;
|