File: b.h

package info (click to toggle)
guile-core 1%3A1.3-12
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,488 kB
  • ctags: 4,772
  • sloc: ansic: 40,294; lisp: 5,870; sh: 5,079; asm: 1,514; makefile: 397; awk: 162; csh: 50
file content (11 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef B_H
#define B_H	"$Header: /egcs/carton/cvsfiles/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 */