看板 FB_hackers 關於我們 聯絡資訊
Alexander Motin <mav@FreeBSD.org> 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 --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"