Files
mango/include/socks/printk.h

7 lines
101 B
C
Raw Normal View History

2023-02-03 20:26:02 +00:00
#ifndef SOCKS_PRINTK_H_
#define SOCKS_PRINTK_H_
extern int printk(const char *format, ...);
#endif