Edit

kc3-lang/SDL/test

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2013-08-29 08:30:21
    Hash : e07d7e64
    Message : Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).