mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
add missing file from second/
This commit is contained in:
parent
272ac39b96
commit
b1eeb789a0
15
apple_driver/misc.h
Normal file
15
apple_driver/misc.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/*
|
||||||
|
*
|
||||||
|
* (c) 2004, 2005 Laurent Vivier <Laurent@lvivier.info>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __MISC_H__
|
||||||
|
#define __MISC_H__
|
||||||
|
|
||||||
|
extern unsigned char *c2pstring(char* s);
|
||||||
|
extern char *p2cstring(unsigned char* s);
|
||||||
|
extern void memdump(unsigned char* addr, unsigned long size);
|
||||||
|
extern void error(char *x) __attribute__ ((noreturn));
|
||||||
|
|
||||||
|
#endif /* __MISC_H__ */
|
Loading…
Reference in New Issue
Block a user