Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
KEIdentifiers.h File Reference

Define identifiers (fixed strings) More...

#include <Coconut/Coconut.h>

Go to the source code of this file.

Functions

void KESetupIdentifiers (void)
 Setup identifiers for KiwiEngine.
 
struct CNFixedString * KEAppIdentifier (void)
 Return "app" identifier. More...
 
struct CNFixedString * KEConsoleIdentifier (void)
 Return "console" identifier. More...
 
struct CNFixedString * KESysIdentifier (void)
 Return "sys" identifier. More...
 

Detailed Description

Define identifiers (fixed strings)

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct CNFixedString* KEAppIdentifier ( void  )

Return "app" identifier.

Returns
"app" identifier
struct CNFixedString* KEConsoleIdentifier ( void  )

Return "console" identifier.

Returns
"console" identifier
struct CNFixedString* KESysIdentifier ( void  )

Return "sys" identifier.

Returns
"sys" identifier