Alexander Motin <[EMAIL PROTECTED]> writes:
> The main question I have is about source files and headers I should
> use for this specific purposes. Is it correct way to define function
> in machine independent header, but implement it in machdep.c? Or I
> should define it in machine dependent headers?

If you intend to implement the same functions on all platforms, the
prototypes should be in a machine-independent header.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to