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
uchar
unsigned char uchar
GadgetSeedの文字(列)は unsigned char 型となる
Definition:
str.h:13
str.h
文字列処理
exec_batch
int exec_batch(uchar *path)
バッチファイルを実行する
Definition:
batch.c:55
include
batch.h
構築:
1.8.13