7 lines
101 B
C
7 lines
101 B
C
#ifndef SOCKS_PRINTK_H_
|
|
#define SOCKS_PRINTK_H_
|
|
|
|
extern int printk(const char *format, ...);
|
|
|
|
#endif
|