mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@20 7dcaeef0-15fb-0310-b436-a5af3365683c
7 lines
121 B
C
7 lines
121 B
C
#ifndef _RSK_STRTOLL_H
|
|
#define _RSK_STRTOLL_H
|
|
|
|
long long int strtoll(const char *nptr, char **endptr, int base);
|
|
|
|
#endif
|