Add a StatefulMemcpy which can be used to safely and iteratively copy blocks of memory.

Review URL: http://codereview.chromium.org/572024
This commit is contained in:
Gaurav Shah
2010-02-04 19:35:03 -08:00
parent 73bfa0768e
commit d067712ff9
3 changed files with 41 additions and 2 deletions

View File

@@ -8,6 +8,5 @@ all: dumpRSAPublicKey
dumpRSAPublicKey: dumpRSAPublicKey.c
$(CC) $(CFLAGS) $(LIBS) $< -o $@
clean:
rm -f dumpRSAPublicKey