Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a8e1510b71932ccd6b0a74fe1af13b93 > files > 172

freepops-debug-0.2.9-4mdv2011.0.i586.rpm

/******************************************************************************
 * $Id: lstringhack.h,v 1.6 2007/01/13 22:36:24 gareuselesinge Exp $
 * This file is part of FreePOPs (http://www.freepops.org)                    *
 * This file is distributed under the terms of GNU GPL license.               *
 ******************************************************************************/


/******************************************************************************/
 /*!
  * \file   lstringhack.h
  * \brief  string hacking for lua
  * 
  * \author Name <gareuselesinge@users.sourceforge.net>
  */
/******************************************************************************/
#ifndef LSTRINGHACK_H
#define LSTRINGHACK_H

struct strhack_t* new_str_hack();
void delete_str_hack(struct strhack_t* x);
char * dothack(struct strhack_t*a,const char *buff);
char *tophack(struct strhack_t *a,const char* tmp,int lines);
int check_stop(struct strhack_t *a,int lines);
int current_lines(struct strhack_t *a);

#endif