Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/cc-mode/for
990 views
#name : for (...; ...; ...) { ... } # -- for (${1:int i = 0}; ${2:i < N}; ${3:++i}) { $0 }
#name : for (...; ...; ...) { ... } # -- for (${1:int i = 0}; ${2:i < N}; ${3:++i}) { $0 }