suffix_fnc.h

Mon, 13 Feb 2012 19:10:00 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Feb 2012 19:10:00 +0100
changeset 31
27c3c1c6b768
parent 30
d642fdb6745e
permissions
-rw-r--r--

added --exclude-cstyle-comments shortcut

/*
 * suffix_fnc.h
 *
 *  Created on: 15.09.2011
 *      Author: Mike
 */

#ifndef SUFFIX_FNC_H_
#define SUFFIX_FNC_H_

#include "stdinc.h"
#include "string_list.h"

bool testSuffix(char*, string_list_t*);

#endif /* SUFFIX_FNC_H_ */

mercurial