ucLinux is a very good embeded sytem. Most of company use this as their development OS.

源代码在线查看: times.c

软件大小: 3456 K
上传用户: bandagemaster
关键词: development ucLinux embeded company
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* vi: set sw=4 ts=4: */				/*				 * times() for uClibc				 *				 * Copyright (C) 2000-2004 by Erik Andersen 				 *				 * GNU Library General Public License (LGPL) version 2 or later.				 */								#include "syscalls.h"				#include 				_syscall1(clock_t, times, struct tms *, buf);							

相关资源