- processing of function parameter added (first tests successful)
- next stage -> constructing stub files (.c and .h)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/*!
|
||||
* @file xstring.h
|
||||
* @brief
|
||||
* @brief
|
||||
* @details
|
||||
* Project: \n
|
||||
* Subsystem: \n
|
||||
* Module: \n
|
||||
* Code: GNU-C\n
|
||||
*
|
||||
* @date 27.02.2017
|
||||
*
|
||||
* @date 27.02.2017
|
||||
* @author SESA354004
|
||||
*/
|
||||
#ifndef XSTRING_H_
|
||||
@@ -17,5 +17,6 @@
|
||||
|
||||
char* gnu_basename(char *path);
|
||||
char* strntrimStatic(char *aStr, size_t aMaxLength);
|
||||
void xStringTrim(char *aStr, size_t aMaxLength);
|
||||
|
||||
#endif /* XSTRING_H_ */
|
||||
|
Reference in New Issue
Block a user