Changeset 7d7bc09 in mainline for uspace/lib/posix/include


Ignore:
Timestamp:
2018-06-20T18:58:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
777832e
Parents:
3bd1d7d4
Message:

abs, labs, llabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/stdlib.h

    r3bd1d7d4 r7d7bc09  
    4242#include <_bits/NULL.h>
    4343
    44 /* Absolute Value */
    45 extern int abs(int i);
    46 extern long labs(long i);
    47 extern long long llabs(long long i);
    48 
    4944/* Environment Access */
    5045extern int putenv(char *string);
Note: See TracChangeset for help on using the changeset viewer.