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
5658e274451652cd396263e5d5754f3ee5aba986
rosetta/toolchain/ifc/type.h

19 lines
218 B
C
Raw Normal View History

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
#ifndef IFC_TYPE_H_
#define IFC_TYPE_H_
enum type_id {
TYPE_NONE,
TYPE_INT,
TYPE_STRING,
toolchain: ifc: mpc: add support for sending/receiving handles
2026-03-06 20:15:29 +00:00
TYPE_HANDLE,
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
TYPE_OTHER,
};
struct type {
enum type_id ty_id;
};
extern void type_print(const struct type *ty);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 33ms Template: 3ms
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