Changeset 874621f in mainline for generic/include/stackarg.h
- Timestamp:
- 2006-06-06T07:40:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dbc4e7
- Parents:
- 6f9a9bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/stackarg.h
r6f9a9bc r874621f 50 50 (*((type *)((ap).last + ((ap).pos += sizeof(type) ) - sizeof(type)))) 51 51 52 #define va_copy(dst,src) dst=src 52 53 #define va_end(ap) 53 54
Note:
See TracChangeset
for help on using the changeset viewer.