mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
7 lines
80 B
C
7 lines
80 B
C
#ifndef AUTO_HOME_H
|
|
#define AUTO_HOME_H
|
|
|
|
extern char auto_home[];
|
|
|
|
#endif
|