Implemented some basic libc functions and a text console
This commit is contained in:
8
include/socks/compiler.h
Normal file
8
include/socks/compiler.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SOCKS_COMPILER_H_
|
||||
#define SOCKS_COMPILER_H_
|
||||
|
||||
#define __used __attribute__((used))
|
||||
|
||||
#define __section(name) __attribute__((section(name)))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user