- refactored to modular structure
This commit is contained in:
21
src/ext/xstring.h
Normal file
21
src/ext/xstring.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*!
|
||||
* @file xstring.h
|
||||
* @brief
|
||||
* @details
|
||||
* Project: \n
|
||||
* Subsystem: \n
|
||||
* Module: \n
|
||||
* Code: GNU-C\n
|
||||
*
|
||||
* @date 27.02.2017
|
||||
* @author SESA354004
|
||||
*/
|
||||
#ifndef XSTRING_H_
|
||||
#define XSTRING_H_
|
||||
|
||||
#include <string.h>
|
||||
|
||||
char* gnu_basename(char *path);
|
||||
char* strntrimStatic(char *aStr, size_t aMaxLength);
|
||||
|
||||
#endif /* XSTRING_H_ */
|
Reference in New Issue
Block a user