- processing of function parameter added (first tests successful)

- next stage -> constructing stub files (.c and .h)
This commit is contained in:
2017-03-03 14:07:38 +00:00
parent 444b9fb078
commit 9557e97bab
8 changed files with 167 additions and 37 deletions

View File

@@ -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_ */