summaryrefslogblamecommitdiff
path: root/test/bzero.c
blob: 1fafa46529982b38d0f839fb04141adb8b8c23bb (plain) (tree)
1
2
3
4
5
6
7

                



                                     
                    




                          
/*
 * Items: bzero(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <strings.h>

main(int arg, char **argv)
{
    (void) bzero(0, 0);
}