代码搜索结果
找到约 10,000 项符合
U 的代码
u-boot.h
/*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Alex
u_intout.c
#include
void main ()
{
unsigned int value = 42000;
printf("Displaying 42000 as unsigned %u\n", value);
printf("Displaying 42000 as int %d\n", value);
}