mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 16:52:28 +00:00
Various paginate improvements (#1148)
* start on improving __paginate * make __paginate more robust * add __paginate_file * cleanup __paginate unlinking
This commit is contained in:
parent
69db501c68
commit
2bfd6b37c1
2 changed files with 68 additions and 16 deletions
|
@ -103,6 +103,7 @@ int verynice(void);
|
|||
void __warn_if_powersave(void);
|
||||
void _Exit1(int) libcesque wontreturn;
|
||||
void __paginate(int, const char *);
|
||||
void __paginate_file(int, const char *);
|
||||
/* memory management */
|
||||
void _weakfree(void *);
|
||||
void *_mapanon(size_t) attributeallocsize((1)) mallocesque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue