Files
harbour-core/harbour/doc/es/hb_set.txt
2003-07-13 14:51:56 +00:00

86 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* $Id$
*/
/*
* Las partes siguientes son la Propiedad de los autores individuales.
* www - http: / / www.harbour - project.org
*
* Copyright 1999 David G. Holm < dholm@jsd-llc.com >
* El archivo de Cabecera para el Set API
*
* Copyright 2000 Edison Suarez <edison@directo.cl>
* La traducci¢n de fichero hb_set.txt al espa¤ol.
*
* Vea doc/license.txt para los trminos de la licencia.
*
*/
/* $DOC$
* $FUNCNAME$
* hb_setInitialize ()
* $CATEGORY$
* Set API
* $ONELINER$
*
* $SYNTAX$
* Prototipo C
*
* #include <hbset.h>
* hb_setInitialize( void ) --> void
* $ARGUMENTS$
*
* $RETURNS$
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $STATUS$
* R
* $COMPLIANCE$
* El cumplimiento no es aplicable a las llamadas de API.
* $FILES$
* La biblioteca es rtl
* $PLATFORMS$
* Todas
* $SEEALSO$
*
* $END$
*/
/* $DOC$
* $FUNCNAME$
* hb_setRelease()
* $CATEGORY$
* Set API
* $ONELINER$
*
* $SYNTAX$
* Prototipo C
*
* #include <hbset.h>
* hb_setRelease( void ) --> void
* $ARGUMENTS$
*
* $RETURNS$
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $STATUS$
* R
* $COMPLIANCE$
* El cumplimiento no es aplicable a las llamadas de API.
* $FILES$
* La biblioteca es rtl
* $PLATFORMS$
* Todas
* $SEEALSO$
*
* $END$
*/