File: core_func_noise.cpp

package info (click to toggle)
glm 1.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,252 kB
  • sloc: cpp: 41,050; sh: 31; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 48 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
int main()
{
	int Error = 0;

	return Error;
}