vibrate.h
来自「SUN官方的资料」· C头文件 代码 · 共 36 行
H
36 行
/* * @(#)vibrate.h 1.1 02/08/26 * * Copyright (c) 1996-2002 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */#ifndef __VIBRATE_H__#define __VIBRATE_H__#ifdef __cplusplusextern "C" {#endif void stopVibrate(); int startVibrate(int samples); void clearVibrationFlag(); void mySleep(int millisecs); void playThreadDead(); int newThread(); void run();#ifdef __cplusplus}#endif#endif /* __VIBRATE_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?