Changeset 41 for trunk/include
- Timestamp:
- 07/31/05 21:13:15 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfio.h
r32 r41 250 250 /* Function Declarations */ 251 251 252 const char* type_val2str(unsigned int val);253 int type_str2val(const char* str);252 const char* regfio_type_val2str(unsigned int val); 253 int regfio_type_str2val(const char* str); 254 254 255 255 REGF_FILE* regfio_open( const char *filename );
Note: See TracChangeset
for help on using the changeset viewer.