Logo
Explore Help
Sign In
wash/rosetta
1
0
Fork 0
You've already forked rosetta
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
rosetta/toolchain/xpcg/file-span.h

13 lines
168 B
C
Raw Permalink Normal View History

toolchain: replace ifc interface compiler with xpcg xpcg is used to generate xpc interfaces
2026-03-10 19:12:14 +00:00
#ifndef XPCG_FILE_SPAN_H_
#define XPCG_FILE_SPAN_H_
toolchain: add a program for compiling ipc interface definitions ifc can be used to compile .if files into self-contained header-only C libraries, which can be used to send/receive messages that conform to the described interface.
2026-02-26 19:44:21 +00:00
struct file_cell {
unsigned int c_row, c_col;
};
struct file_span {
struct file_cell s_start, s_end;
};
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 90ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API