mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
11 lines
310 B
C
11 lines
310 B
C
#ifndef B_H
|
|
#define B_H "$Header: /home/ludo/src/guile.cvs/gitification/guile-cvs/guile/guile-core/qt/b.h,v 1.1 1996-10-01 03:27:25 mdj Exp $"
|
|
|
|
#include "copyright.h"
|
|
|
|
extern void b_call_reg (int n);
|
|
extern void b_call_imm (int n);
|
|
extern void b_add (int n);
|
|
extern void b_load (int n);
|
|
|
|
#endif /* ndef B_H */
|