BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kcreat - routine for creating a khoros transport

LIBRARY CALL

int kcreat(
   const char *path,
   mode_t mode)

INPUT

OUTPUT

none

RETURN VALUE

open fid on success, -1 otherwise

DESCRIPTION

This function is used to create a khoros transport file. Depending on the different transport being used the behavior will be different. For a file the kcreat call simply create the file with the mode,

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/ktransport.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.