acl/lib_acl/include/stdlib/unix/acl_username.h
2014-11-19 00:25:21 +08:00

21 lines
247 B
C

#ifndef ACL_USERNAME_INCLUDE_H
#define ACL_USERNAME_INCLUDE_H
#ifdef __cplusplus
extern "C" {
#endif
#include "../acl_define.h"
#ifdef ACL_UNIX
const char *acl_username(void);
#endif
#ifdef __cplusplus
}
#endif
#endif