made work: copy a file, move a file, check if a file exists, delete a file
This commit is contained in:
@@ -12,7 +12,7 @@ int main() {
|
||||
|
||||
printf("popping the last value of the list; in this case, it is an integer, so you type: 'int poppedValue = *((int *)listPop(list_t*))'\n");
|
||||
int poppedValue = *((int *)listPop(l));
|
||||
printf("popped: %d\n", poppedValue);
|
||||
printf("popped: %d\n", poppedValue);
|
||||
listPrint(l);
|
||||
|
||||
printf("more examples with diferrent types\nnote that the vector_t* is a pointer, so there is no need to write the special syntax!\n");
|
||||
|
||||
Reference in New Issue
Block a user