1
0
Fork 0
LithOS3/lithos_c/inc/Lth_stdlib.h

24 lines
647 B
C
Raw Normal View History

2016-10-17 08:57:44 -07:00
//-----------------------------------------------------------------------------
//
// Copyright © 2016 Project Golan
//
// See "LICENSE" for more information.
//
//-----------------------------------------------------------------------------
//
// Miscallaneous library functions.
//
//-----------------------------------------------------------------------------
#ifndef lithos3__Lth_stdlib_h
#define lithos3__Lth_stdlib_h
2016-10-18 14:20:32 -07:00
// Extern Functions ----------------------------------------------------------|
2016-10-17 08:57:44 -07:00
char *Lth_strdup(char const *s);
2016-10-18 10:44:22 -07:00
__str Lth_strdup_str(char const *s);
2016-10-17 08:57:44 -07:00
void Lth_PrintString(char const *s);
#endif//lithos3__Lth_stdlib_h