File: expressions.h

package info (click to toggle)
malaga 7.12-9
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,044 kB
  • sloc: ansic: 21,457; sh: 8,165; lisp: 504; makefile: 274
file content (16 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (C) 2002 Bjoern Beutel. */

/* Description. =============================================================*/

/* Read in and display Malaga debugger expressions. */

/* Variables. ===============================================================*/

extern rectangle_t expressions_geometry;

/* Functions ================================================================*/

extern void read_expressions( void );
/* Read new expressions from STDIN. */

/* End of file. =============================================================*/