Changeset 260 for soft/giet_vm/giet_libs/stdio.c
- Timestamp:
- Dec 9, 2013, 5:26:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/stdio.c
r258 r260 744 744 0 ); 745 745 } 746 747 /////////////////////////////////////////////////////////////////////////////////// 748 // giet_fat_fstat() 749 /////////////////////////////////////////////////////////////////////////////////// 750 // Return stats of a file identified by "fd". 751 // (Only the file_size in sectors for this moment) 752 /////////////////////////////////////////////////////////////////////////////////// 753 int giet_fat_fstat( unsigned int fd ) 754 { 755 return sys_call( SYSCALL_FAT_FSTAT, 756 fd, 757 0, 0, 0 ); 758 } 759 746 760 /////////////////////////////////////////////////////////////////////////////////// 747 761 // giet_fat_close()
Note: See TracChangeset
for help on using the changeset viewer.