This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Definition at line 9 of file cs2st.c.
References i, int, and ires.
00010 { 00011 unsigned int ui; 00012 ui = (unsigned int) *i; 00013 ui = (ui/4)+1; 00014 *ires = (ui/2)+1; 00015 return 0; 00016 }