📄 samples.h
字号:
/************************************************************
* *
* Copyright (c) 2001-2007 McObject LLC. All Right Reserved.*
* *
************************************************************/
/* Common defines used throughout sample code
*/
#ifndef SAMPLES_H_
#define SAMPLES_H_
#include "simple.h"
#define NUMOBJECTS 10
/*
* Function prototypes
*/
void showMem(mco_db_h db);
int newobj(mco_db_h db, int id0, uint4 vh);
void cursor(mco_db_h db);
void showStat(mco_db_h db, uint2 class_code);
int find_and_delete(mco_db_h db, uint4 vh);
void showStat(mco_db_h db, uint2 class_code);
#endif /* SAMPLES_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -