ソースを参照

* Quick and Dirty hack for DOS ans kernel drivers

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 18年前
コミット
3466626a69
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      src/mygetopt.c

+ 5
- 0
src/mygetopt.c ファイルの表示

@@ -24,6 +24,11 @@
# include <inttypes.h>
#endif

/* DOS / Kernel driver */
#ifndef __intptr_t_defined
unsigned int uintptr_t;
#endif

#include <stdio.h>
#include <string.h>



読み込み中…
キャンセル
保存