acl
3.5.3.0
acl_username.h
浏览该文件的文档.
1
#ifndef ACL_USERNAME_INCLUDE_H
2
#define ACL_USERNAME_INCLUDE_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#include "../acl_define.h"
9
#ifdef ACL_UNIX
10
11
const
char
*acl_username(
void
);
12
13
#endif
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
20
include
acl
stdlib
unix
acl_username.h
生成于 2021年 九月 10日 星期五 11:14:43 , 为 acl使用
1.8.15