mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-14 20:35:54 +05:30
asprintf.c: fix grammar
This commit is contained in:
parent
4bbb0b6c5e
commit
c8e2aa3308
@ -47,7 +47,7 @@ ssize_t asprintf(char** strp, char* format, ...) {
|
||||
} while (0)
|
||||
|
||||
int main(void) {
|
||||
const char* world = " world";
|
||||
const char* world = ", World";
|
||||
|
||||
char* output;
|
||||
ssize_t result = asprintf(&output, "Hello%s! -- Unsigned 32-bit type is "
|
||||
|
Loading…
Reference in New Issue
Block a user