Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

26 řádky
729 B

  1. /*
  2. * TOIlet The Other Implementation’s letters
  3. * Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
  4. * All Rights Reserved
  5. *
  6. * $Id$
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the Do What The Fuck You Want To
  10. * Public License, Version 2, as published by Sam Hocevar. See
  11. * http://sam.zoy.org/wtfpl/COPYING for more details.
  12. */
  13. /*
  14. * This header defines text to canvas rendering functions.
  15. */
  16. extern int init_tiny(context_t *);
  17. extern int init_figlet(context_t *);
  18. extern int render_init(context_t *);
  19. extern int render_stdin(context_t *);
  20. extern int render_list(context_t *, unsigned int, char *[]);
  21. extern int render_end(context_t *);