Changeset 101 for trunk/Softwares/Common/include
- Timestamp:
- Jan 15, 2009, 6:19:08 PM (16 years ago)
- Location:
- trunk/Softwares/Common/include
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Common/include/find_one.h
r81 r101 1 1 unsigned int find_first_one (unsigned int val); 2 // unsigned int find_last_one (unsigned int val); -
trunk/Softwares/Common/include/func_io.h
r81 r101 1 1 #include "mapping_memory.h" 2 2 3 void print(int data); 4 void quit (int data); 3 void tty (unsigned char data); 4 void print(char * data); 5 void quit (unsigned int data); 6 void show (unsigned int data); -
trunk/Softwares/Common/include/service_clock.h
r81 r101 1 unsigned int service_clock ();1 // unsigned int service_clock ();
Note: See TracChangeset
for help on using the changeset viewer.