System.cpp
本ファイルはシステム関係のモジュール群である
日付 | 担当 | バージョン |
---|---|---|
'17.02.03 | 今井 浩司 | 1.0 |
日付 | 担当 | バージョン |
---|---|---|
'17.02.07 | 今井 浩司 | 2.1 |
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 81 | 30% |
空行行数 | 86 | 32% |
実行行数 | 105 | 38% |
合計行数 | 272 | 100% |
内容 | 定義数 |
---|---|
関数数 | 9 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | sCreateFile | void | ファイルの作成 |
2 |
Function | sExKill | void | ワイルドカードの使用できるファイルの削除 |
3 |
Function | sFileAccess | int | ファイルの属性の取得 |
4 |
Function | sFileCopy | int | ファイルのコピー |
5 |
Function | sFileDateTime | char * | ファイルの修正日情報 |
6 |
Function | sFileMove | int | ファイルの移動 |
7 |
Function | sGetTmpFileName | char * | ユニークなテンポラリファイル名を取得 |
8 |
Function | sfgets | char * | ファイルを一行ずつ読み込む |
9 |
Function | smalloc | void * | mallocの汎用関数 |