File: atoi.c

package info (click to toggle)
deheader 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: python: 1,206; ansic: 334; makefile: 75; sh: 15
file content (13 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Items: atoil(, l64a(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <stdlib.h>

int main(int arg, char **argv)
{
    (void) atoi("2317");

}