GadgetSeed  0.9.6
batch.h
[詳解]
1 /** @file
2  @brief バッチ処理
3 
4  @date 2009.01.03
5  @author Takashi SHUDO
6 */
7 
8 #ifndef BATCH_H
9 #define BATCH_H
10 
11 #include "str.h"
12 
13 extern int exec_batch(uchar *path);
14 
15 #endif // BATCH_H
unsigned char uchar
GadgetSeedの文字(列)は unsigned char 型となる
Definition: str.h:13
文字列処理
int exec_batch(uchar *path)
バッチファイルを実行する
Definition: batch.c:55