duk_print_alert.h 241 B

1234567891011
  1. #if !defined(DUK_PRINT_ALERT_H_INCLUDED)
  2. #define DUK_PRINT_ALERT_H_INCLUDED
  3. #include "duktape.h"
  4. /* No flags at the moment. */
  5. extern void duk_print_alert_init(duk_context *ctx, duk_uint_t flags);
  6. #endif /* DUK_PRINT_ALERT_H_INCLUDED */