Changeset 227 for cpp/common/nonstd_stdio.h
- Timestamp:
- 04/20/14 01:48:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_stdio.h
r201 r227 45 45 #include <nv_file/nv_file.h> 46 46 struct rwFILE //jedno z dwoch pol jest zainicjowane w zaleznosci od tego gdzie jest plik 47 { 48 NvFile *rfile; // umie tylko czytac47 { //nvidia uses a similar trick in nv_file.h (STD_FILE and APK_FILE), maybe doing a similar thing here is redundant? but their trick uses some trial-and-error code (see NvFOpen()) 48 NvFile *rfile; //can only read 49 49 FILE *rwfile; 50 50 rwFILE() {rfile=rwfile=NULL;}
Note: See TracChangeset
for help on using the changeset viewer.