nomsgs.c 188 B

1234567891011121314151617
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. void __cdecl _FF_MSGBANNER (
  5. void
  6. )
  7. {}
  8. void __cdecl _NMSG_WRITE (
  9. int rterrnum
  10. )
  11. {}
  12. #ifdef __cplusplus
  13. }
  14. #endif