fmtmsg.h-data 959 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 && !defined POSIX && !defined POSIX2008 && !defined XPG4
  2. macro MM_HARD
  3. constant MM_HARD
  4. macro MM_SOFT
  5. constant MM_SOFT
  6. macro MM_FIRM
  7. constant MM_FIRM
  8. macro MM_APPL
  9. constant MM_APPL
  10. macro MM_UTIL
  11. constant MM_UTIL
  12. macro MM_OPSYS
  13. constant MM_OPSYS
  14. macro MM_RECOVER
  15. constant MM_RECOVER
  16. macro MM_NRECOV
  17. constant MM_NRECOV
  18. macro MM_HALT
  19. constant MM_HALT
  20. macro MM_ERROR
  21. constant MM_ERROR
  22. macro MM_WARNING
  23. constant MM_WARNING
  24. macro MM_INFO
  25. constant MM_INFO
  26. macro MM_NOSEV
  27. constant MM_NOSEV
  28. macro MM_PRINT
  29. constant MM_PRINT
  30. macro MM_CONSOLE
  31. constant MM_CONSOLE
  32. constant MM_NULLLBL == 0
  33. constant MM_NULLSEV == 0
  34. constant MM_NULLMC == 0
  35. constant MM_NULLTXT == 0
  36. constant MM_NULLACT == 0
  37. constant MM_NULLTAG == 0
  38. macro MM_OK
  39. macro MM_NOTOK
  40. macro MM_NOMSG
  41. macro MM_NOCON
  42. function int fmtmsg (long, const char*, int, const char*, const char*, const char*)
  43. allow *_t
  44. allow MM_*
  45. #endif