/*
 * $RCSfile: compose_solaris.h,v $
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1994,1996  Arizona Board of Regents
 */

#include <string.h>
#include <unistd.h>
#include <sys/types.h>
/* #include <sys/dir.h> */
#include <stdio.h>
#define DIRENT direct
#include <sys/stat.h>

#define bzero(buf,len) memset(buf,0,len)

/* 
 * System prototypes
 */
#if defined(__STDC__) && defined(XK_NEEDS_SYSTEM_PROTOTYPES)

int	system( char * );
char *	mktemp( char * );
int	getopt( int, char **, char * );
void *	malloc( unsigned );

#endif /* __STDC__ && XK_NEEDS_SYSTEM_PROTOTYPES */
