File: macish.c

package info (click to toggle)
rman 3.0.6-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 332 kB
  • ctags: 378
  • sloc: ansic: 3,953; perl: 338; makefile: 128; sh: 112
file content (6 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#include <QuickDraw.h>

void InitToolbox()
{
	InitGraf(&qd.thePort);
}