memstr.h

00001 
00002 /*---------------------------------------------------------------------------
00003                                     E.S.O.
00004  ----------------------------------------------------------------------------
00005    File name    :   memstr.h
00006    Author       :   Nicolas Devillard
00007    Created on   :   August 1999
00008    Language     :   ANSI C
00009                     Part of ECLIPSE library
00010    Description  :   Memory search routines
00011  *--------------------------------------------------------------------------*/
00012 
00013 /*
00014 
00015     $Id: memstr.h,v 1.1 2003/09/03 12:50:47 amodigli Exp $
00016     $Author: amodigli $
00017     $Date: 2003/09/03 12:50:47 $
00018     $Revision: 1.1 $
00019 
00020 */
00021 
00022 #ifndef _MEMSTR_H_
00023 #define _MEMSTR_H_
00024 
00025 #ifdef __cplusplus
00026 extern "C" {
00027 #endif
00028 
00029 /*---------------------------------------------------------------------------
00030                                 Includes
00031  ---------------------------------------------------------------------------*/
00032 
00033 #include <string.h>
00034 
00035 /*---------------------------------------------------------------------------
00036                             Function prototypes
00037  ---------------------------------------------------------------------------*/
00038 
00039 /*-------------------------------------------------------------------------*/
00054 /*--------------------------------------------------------------------------*/
00055     
00056 
00057 char *
00058 memstr(
00059     char    *   block,
00060     size_t      bsize,
00061     char    *   pattern
00062 ) ;
00063 
00064 #ifdef __cplusplus
00065 }
00066 #endif
00067 
00068 #endif

Generated on Wed Oct 26 13:08:53 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001