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

25 lines
693 B
C

//-----------------------------------------------------------------------------
//
// Copyright © 2016 Project Golan
//
// See "LICENSE" for more information.
//
//-----------------------------------------------------------------------------
//
// Miscallaneous library functions.
//
//-----------------------------------------------------------------------------
#ifndef lithos3__Lth_stdlib_h
#define lithos3__Lth_stdlib_h
//----------------------------------------------------------------------------|
// Extern Functions |
//
char *Lth_strdup(char const *s);
void Lth_PrintString(char const *s);
#endif//lithos3__Lth_stdlib_h