Path: blob/main/system/lib/libc/musl/include/fmtmsg.h
6174 views
#ifndef _FMTMSG_H1#define _FMTMSG_H23#ifdef __cplusplus4extern "C" {5#endif67#define MM_HARD 18#define MM_SOFT 29#define MM_FIRM 41011#define MM_APPL 812#define MM_UTIL 1613#define MM_OPSYS 321415#define MM_RECOVER 6416#define MM_NRECOV 1281718#define MM_PRINT 25619#define MM_CONSOLE 5122021#define MM_NULLMC 0L2223#define MM_HALT 124#define MM_ERROR 225#define MM_WARNING 326#define MM_INFO 427#define MM_NOSEV 02829#define MM_OK 030#define MM_NOTOK (-1)31#define MM_NOMSG 132#define MM_NOCON 43334#define MM_NULLLBL ((char*)0)35#define MM_NULLTXT ((char*)0)36#define MM_NULLACT ((char*)0)37#define MM_NULLTAG ((char*)0)38#define MM_NULLSEV 03940int fmtmsg(long, const char *, int, const char *, const char *, const char *);4142#ifdef __cplusplus43}44#endif4546#endif474849