yaotti's diary

Software is Eating the World

2009-03-30から1日間の記事一覧

Cでqueue

c

添削してもらいました: yaotti's gist: 87671 — Gist ちょっとCを書きたくなったので書いてみた. いくつかwarningが出るが,原因がわからない. #include <stdio.h> #include <stdlib.h> /* queue structure */ typedef struct { struct atom_t *head; struct atom_t *tail; } </stdlib.h></stdio.h>…