コンパイル時に -D オプションで指定したパラメータを文字列化して使用する方法のメモです。 以下は -DFOO_DIR=hoge のようにした場合に、何らかのディレクトリ名の PREFIXとしてこれを使う方法。 1 #define STRINGIFY(x) STRINGIFY_(x) 2 #define STRINGIFY_... 続きを読む
こんなんでOKかな・・? これでJpegLibとかLibPNGを騙してファイルを介さずバイナリデータを得られそう。 <stdio.h>って奥が深いですねぇ。 void main(void) { char buf[1024]={0}; FILE *fp; fp=fdopen(0, "wt"); setvbuf(fp, buf, _IOFBF, 1024); fprintf(fp,... 続きを読む
Easy to use web server for Windows and UNIX. Mongoose provides simple and clean API for embedding it into existing programs. Targeting Web application developers, embedded system developers, and people who need to setup file sharing quickly. ... 続きを読む