Changeset d8b42fb2 in mainline for console/gcons.c
- Timestamp:
- 2006-06-19T10:10:00Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 09087d2
- Parents:
- 231a60a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/gcons.c
r231a60a rd8b42fb2 230 230 } 231 231 232 232 /** Return x, where left <= x <= right && |a-x|==min(|a-x|) is smallest */ 233 233 static inline int limit(int a,int left, int right) 234 234 {
Note:
See TracChangeset
for help on using the changeset viewer.