Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#include <lib.h> #include <unistd.h> int mq_close(int queue) { message m; m.m3_i1= queue; return (_syscall(PM_PROC_NR,MQ_CLOSE,&m)); }
minix でライブラリを更新しているときに、「不正なインクルード構文エラー」というエラーが表示されます..これで私を助けてください.
変化する
#include <lib.h>
の中へ
#include <minix/lib.h>
ガイドを使用して minix をインストールしたと仮定します 。