aboutsummaryrefslogtreecommitdiff
path: root/src/include/prt.H1
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-22 04:23:10 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-22 04:23:10 +0000
commit23cf19aad368e794357fb9fdcabd3ad412056b96 (patch)
treed65e20caa60e9bbae207d8e7cfdfc0a5fbbca190 /src/include/prt.H1
parent5b484d68a91e5867c96ac409253f3503b188aadd (diff)
downloadopen-axiom-23cf19aad368e794357fb9fdcabd3ad412056b96.tar.gz
Diffstat (limited to 'src/include/prt.H1')
-rw-r--r--src/include/prt.H127
1 files changed, 0 insertions, 27 deletions
diff --git a/src/include/prt.H1 b/src/include/prt.H1
deleted file mode 100644
index 061c11ba..00000000
--- a/src/include/prt.H1
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern void myputchar(char );
-extern void clear_buff(void);
-extern void move_end(void);
-extern void move_home(void);
-extern void move_fore_word(void);
-extern void move_back_word(void);
-extern void delete_current_char(void);
-extern void del_print(int , int );
-extern void delete_to_end_of_line(void);
-extern void delete_line(void);
-extern void printbuff(int , int );
-extern void ins_print(int , int );
-extern void reprint(int );
-extern void back_up(int );
-extern void back_it_up(int );
-extern void print_whole_buff(void);
-extern void move_ahead(void);
-extern void move_back(void);
-extern void back_over_current_char(void);
-
-#ifdef __cplusplus
-}
-#endif