📄 one.m
字号:
/* APPLE LOCAL file *//* Copyright (C) 2005 Free Software Foundation. Contributed by Devang Patel <dpatel@apple.com> *//* Test simple use of symbol repository. Include file one.h is supplied as one.ssh in this directory, so that ss.exp can pick it up as candidate for making repository. *//* { dg-do assemble } */#include "one.h"int main (){ struct x_y_point a; a.x = 0; a.y = 0; return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -