All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.fuzzyc2cpg.Defines.scala Maven / Gradle / Ivy

There is a newer version: 1.1.911
Show newest version
package io.joern.fuzzyc2cpg

object Defines {
  val anyTypeName         = "ANY"
  val voidTypeName        = "void"
  val charPointerTypeName = "char *"
  val charTypeName        = "char"
  val floatTypeName       = "float"
  val doubleTypeName      = "double"
  val intTypeName         = "int"
  val longTypeName        = "long"
  val longlongTypeName    = "longlong"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy