?? libtest.h
字號:
// libtest.h // Defines self test module for standard library routines.//// Copyright (c) 1992-1996 The Regents of the University of California.// All rights reserved. See copyright.h for copyright notice and limitation // of liability and disclaimer of warranty provisions.#ifndef LIBTEST_H#define LIBTEST_H#include "copyright.h"extern void LibSelfTest();#endif // LIBTEST_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -