summaryrefslogtreecommitdiff
path: root/cgcodep.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgcodep.h')
-rw-r--r--cgcodep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgcodep.h b/cgcodep.h
index a313e97..407001d 100644
--- a/cgcodep.h
+++ b/cgcodep.h
@@ -54,6 +54,7 @@ void code_ccall (char *label,char *s,int length);
void code_centry (char *c_function_name,char *clean_function_label,char *s,int length);
void code_channelP (int a_offset);
void code_cmpS (int a_offset_1,int a_offset_2);
+void code_ceilingR (VOID);
void code_copy_graph (int a_offset);
void code_CtoAC (VOID);
void code_currentP (VOID);
@@ -280,6 +281,7 @@ void code_subR (VOID);
void code_suspend (VOID);
void code_tanR (VOID);
void code_testcaf (char *label_name);
+void code_truncateR (VOID);
void code_update (char *element_descriptor,int a_size,int b_size);
void code_update_a (int a_offset_1,int a_offset_2);
void code_updatepop_a (int a_offset_1,int a_offset_2);