Files correlati : Tutti Ricompilazione Demo : [ ] Commento : Hello 32 bits world! git-svn-id: svn://10.65.10.50/trunk@10098 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
189 B
C
Executable File
9 lines
189 B
C
Executable File
#ifndef __AGASYS_H__
|
|
#define __AGASYS_H__
|
|
|
|
BOOLEAN aga_get_user_name(char* name, int maxlen);
|
|
BOOLEAN aga_get_host_name(char* name, int maxlen);
|
|
void aga_log(const char* fmt, ...);
|
|
|
|
#endif
|