sdk: update makefiles

git-svn-id: svn://kolibrios.org@4930 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2014-05-21 20:47:51 +00:00
parent 49c931aeb0
commit affedaffa3
31 changed files with 84 additions and 60 deletions

View File

@@ -2,6 +2,9 @@
assert.h
*/
#ifndef __ASSERT_H__
#define __ASSERT_H__
#ifdef __cplusplus
extern "C" {
#endif
@@ -48,3 +51,5 @@ void _EXFUN(__assert_func, (const char *, int, const char *, const char *)
#ifdef __cplusplus
}
#endif
#endif /* __ASSERT_H__ */