This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
SoftwareDesign
/
csu3_am335x
ウォッチ
8
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
52bd49a6d4
ブランチ
タグ
master
csu3_am335x
/
EVSE
/
GPL
/
php-8.1.12
/
ext
/
dba
/
php_db2.h
php_db2.h
104 B
履歴
Raw
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PHP_DB2_H
#define PHP_DB2_H
#if DBA_DB2
#include "php_dba.h"
DBA_FUNCS(db2);
#endif
#endif