Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- This file is translated by "headmaster" version 0.26-b511afe (devel).
  2. -- The original C header's license should be applied to this file.
  3. -- All conditional-directives are expanded for the exclusive use of your
  4. -- environment, it is not recommended to commit this file to any repository.
  5. -------------------------------------------------------------------------------
  6. with C.stddef;
  7. package C.alloca is
  8. pragma Preelaborate;
  9. function alloca (a1 : stddef.size_t) return void_ptr;
  10. pragma Import (C, alloca, "alloca");
  11. -- _ALLOCA_H_ (empty)
  12. -- __alloca (function macro)
  13. end C.alloca;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement