VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpidl.h@ 4837

Last change on this file since 4837 was 1, checked in by vboxsync, 54 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 375 bytes
Line 
1/*
2 mac_xpidl.h
3
4 prototypes for the Mac CodeWarrior plugin version of xpidl.
5
6 by Patrick C. Beard.
7 */
8
9#pragma once
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#ifndef _STDIO_H
16#include <stdio.h>
17#endif
18
19size_t mac_get_file_length(const char* filename);
20void mac_warning(const char* warning_message);
21void mac_error(const char* error_message);
22
23#ifdef __cplusplus
24}
25#endif
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use