campo-sirio/xvaga/agasys.h
guy b3b79ff0d8 Patch level : 1.32
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
2002-02-28 14:26:23 +00:00

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