added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / mui_seterror.c
bloba5e5c278f8d0374af2e28f7fa855bf9d17d35241
1 /*
2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/muimaster.h>
7 #include "muimaster_intern.h"
9 /*****************************************************************************
11 NAME */
12 AROS_LH1(LONG, MUI_SetError,
14 /* SYNOPSIS */
15 AROS_LHA(LONG, num, D0),
17 /* LOCATION */
18 struct Library *, MUIMasterBase, 12, MUIMaster)
20 /* FUNCTION
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
31 The function itself is a bug ;-) Remove it!
33 SEE ALSO
35 INTERNALS
37 HISTORY
39 *****************************************************************************/
41 AROS_LIBFUNC_INIT
43 return 0;
45 AROS_LIBFUNC_EXIT
47 } /* MUIA_SetError */