Home
       tests/libc: Add include to get atoi() declaration - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 1799a1ccb0dd9a37ef08ac768c495d1b497cd9c0
   DIR parent 2e9e1c983fcb90689350f0d8783bae8ef4dfae31
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Wed, 16 Oct 2024 16:21:00 +0200
       
       tests/libc: Add include to get atoi() declaration
       
       Diffstat:
         M tests/libc/execute/0027-strtok.c    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/tests/libc/execute/0027-strtok.c b/tests/libc/execute/0027-strtok.c
       @@ -1,5 +1,6 @@
        #include <assert.h>
        #include <stdio.h>
       +#include <stdlib.h>
        #include <string.h>
        
        /*