File: aammheight.c

package info (click to toggle)
aalib 1.4p5-38
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,224 kB
  • ctags: 954
  • sloc: ansic: 10,379; sh: 7,786; makefile: 121
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#include "aalib.h"
#include "aaint.h"
#undef aa_mmheight
int 
aa_mmheight (aa_context *a)
{
  return a->params.mmheight;
}