Advertisement
swarley

Untitled

Sep 1st, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.31 KB | None | 0 0
  1. warley@OctaviasViolin ~/Documents/Programming/C/ZerOS/t/string $ time ./test
  2. [strlen]            [Pass]
  3. [strcmp]            [Pass]
  4. [strncmp]           [Pass]
  5. [strcpy]            [Pass]
  6. [memcpy]            [Pass]
  7. [memmove]           [Pass]
  8. [memcmp]            [Pass]
  9. [strcat]            [Pass]
  10. [strncat]           [Pass]
  11. [strchr]            [Pass]
  12.  
  13. real    0m0.001s
  14. user    0m0.000s
  15. sys 0m0.000s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement