HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yipikaya

no profile record

comments

yipikaya
·9 ay önce·discuss
As an aside, it's amusing that it took 25 years for C coders to embrace the C99 named struct designator feature:

    HttpParser parser = {
        .isValid = true,
        .requestBuffer = strdup(request),
        .requestLength = strlen(request),
        .position = 0,
    };
All the kids are doing it now!