PageRenderTime 44ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Tools/SGWrapperGen/sg/pas_model/c_lib/while.c

http://swingamesdk.googlecode.com/
C | 3 lines | 3 code | 0 blank | 0 comment | 1 complexity | 2dccbfd28a56e598cace541893af44eb MD5 | raw file
Possible License(s): LGPL-2.0, BSD-3-Clause, GPL-2.0
  1. while ( %(expression)s )
  2. {
  3. %(statement)s}