Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KERegisterCounter.h
Go to the documentation of this file.
1 
8 #ifndef KEREGISTERCOUNTER_H
9 #define KEREGISTERCOUNTER_H
10 
11 #include "KEForwarders.h"
12 
17 void
18 KECountRegisterInFrame(struct KEFrame * dst) ;
19 
20 #endif /* KEREGISTERCOUNTER_H */
21 
Definition: KEFrame.h:16
void KECountRegisterInFrame(struct KEFrame *dst)
Count Register in the given frame.
Forward declarations of the data type in KiwiEngine.