remove const
This commit is contained in:
parent
2d7c2371e4
commit
98d5a1a3bc
8 changed files with 53 additions and 116 deletions
|
@ -1,4 +1,4 @@
|
|||
int printf(const char* format, ...);
|
||||
int printf(char* format, ...);
|
||||
|
||||
int main() {
|
||||
printf("hello world %d\n", 42);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue