Linuxã¯ç¥ããªãã§ãããFreeBSDã¯ããã¨ç°¡åã·ã¹ãã ã³ã¼ã«ã 追å ã§ããã®ã§ãç´¹ä»ãã¾ãã 試ããç°å¢ FreeBSD 8.3-Release i386 ã³ã¼ã #include <sys/param.h> #include <sys/proc.h> #include <sys/module.h> #include <sys/sysproto.h> #include <sys/sysent.h> #include <sys/kernel.h> #include <sys/systm.h> struct fizzbuzz_args { int a_number; char *a_buf; }; static int fizzbuzz(struct thread *td, struct fizzbuzz_args *uap) { int num = uap->a_number, le


{{#tags}}- {{label}}
{{/tags}}