Skip to content

Instantly share code, notes, and snippets.

View zcsahok's full-sized avatar

Zoltan Csahok zcsahok

  • Budapest, Hungary
View GitHub Profile
@zcsahok
zcsahok / test_strncpy.c
Created January 17, 2021 20:30
strncpy test
#include <stdio.h>
#include <string.h>
/*
output:
w's: 77 77 77 77
short1: 61 77 77 77
short2: 61 62 77 77
short3: 61 62 00 77
long1: 61 77 77 77
long2: 61 62 77 77