Changeset fadd381 in mainline for uspace/libc/arch/ia32/include/stackarg.h
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/ia32/include/stackarg.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 29 /** @addtogroup libcia32 30 30 * @{ 31 31 */ 32 32 /** @file 33 33 */ 34 35 34 36 35 /* … … 39 38 */ 40 39 41 #ifndef __LIBC_STACKARG_H__42 #define __LIBC_STACKARG_H__40 #ifndef LIBC_ia32_STACKARG_H_ 41 #define LIBC_ia32_STACKARG_H_ 43 42 44 43 #include <types.h> … … 64 63 #endif 65 64 66 67 /** @} 65 /** @} 68 66 */ 69 70
Note:
See TracChangeset
for help on using the changeset viewer.