home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
ls
/
root.2
/
usr
/
lib
/
iconv
/
kmods
/
437
/
Stubs.c
/
Stubs
Wrap
Text File
|
1998-08-19
|
983b
|
19 lines
/*
* Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
* SANTA CRUZ OPERATION INC.
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*/
#ident "@(#)kern-i386:util/ccnv/ccnv.cf/Stubs.c 1.2.1.1"
#ident "$Header: $"
#include <sys/errno.h>
ccnv_dos2unix(char **a, unsigned char *b, unsigned int c, unsigned int d) { return(ENOLOAD); }
ccnv_unix2dos(char **a, unsigned char **b, unsigned int c, unsigned int d) { return(ENOLOAD); }
dos2unixfn(unsigned char *a, unsigned char *b, int *c) { return(ENOLOAD); }
unix2dosfn(unsigned char *a, unsigned char *b, int c) { return(ENOLOAD); }